Changeset f4c2b6a in mainline for kernel/arch/ia32/src/debug/panic.s
- Timestamp:
- 2008-06-03T14:59:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4fb51
- Parents:
- b63f8569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/debug/panic.s
rb63f8569 rf4c2b6a 31 31 32 32 panic_printf: 33 movl $halt, (%esp) # fake stack to make printf return to halt33 movl $halt, (%esp) # fake stack to make printf return to halt 34 34 jmp printf
Note:
See TracChangeset
for help on using the changeset viewer.