Changeset adb2ebf8 in mainline for generic/src/interrupt/interrupt.c


Ignore:
Timestamp:
2005-12-10T16:07:08Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7f6f25
Parents:
91c78c9
Message:

Fix ppc32 and sparc64 to compile again.
Fix sparc64 to function again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/interrupt/interrupt.c

    r91c78c9 radb2ebf8  
    113113static cmd_info_t exc_info = {
    114114        .name = "pexc",
    115         .description = "Print exception table",
     115        .description = "Print exception table.",
    116116        .func = exc_print_cmd,
    117117        .help = NULL,
Note: See TracChangeset for help on using the changeset viewer.