Changeset 6c441cf8 in mainline for kernel/arch/mips32/src/debugger.c
- Timestamp:
- 2008-02-27T11:49:17Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56976a17
- Parents:
- fdb7795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/debugger.c
rfdb7795 r6c441cf8 209 209 ipl_t ipl; 210 210 211 if (argv->intval < 0 || argv->intval> BKPOINTS_MAX) {211 if (argv->intval > BKPOINTS_MAX) { 212 212 printf("Invalid breakpoint number.\n"); 213 213 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.