Changeset 6271
- Timestamp:
- Apr 15, 2007, 11:37:52 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisp-debug.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisp-debug.c
r5310 r6271 401 401 } 402 402 403 #ifdef PPC 403 404 debug_command_return 404 405 debug_advance_pc(ExceptionInformation *xp, siginfo_t *info, int arg) … … 407 408 return debug_continue; 408 409 } 410 #endif 409 411 410 412 debug_command_return … … 662 664 "GPR to set (0-31) ?", 663 665 'G'}, 666 #ifdef PPC 664 667 {debug_advance_pc, 665 668 "Advance the program counter by one instruction (use with caution!)", … … 667 670 NULL, 668 671 'A'}, 672 #endif 669 673 {debug_identify_exception, 670 674 "Describe the current exception in greater detail",
Note:
See TracChangeset
for help on using the changeset viewer.
