Changeset c118940 in mainline


Ignore:
Timestamp:
2006-04-22T21:50:55Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e692a27
Parents:
613bc54
Message:

ppc32 compiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/ddi/ddi.c

    r613bc54 rc118940  
    4646        return 0;
    4747}
     48
     49/** Enable/disable interrupts form syscall
     50 *
     51 * @param enable If non-zero, interrupts are enabled, otherwise disabled
     52 * @param flags CP0 flags register
     53 */
     54__native ddi_int_control_arch(__native enable, __native *flags)
     55{
     56        // FIXME: TODO
     57        return 0;
     58}
Note: See TracChangeset for help on using the changeset viewer.