Changeset fb10289b in mainline for arch/amd64
- Timestamp:
- 2006-02-03T02:25:16Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e1888f9
- Parents:
- 086a600
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/interrupt.c
r086a600 rfb10289b 43 43 #include <proc/thread.h> 44 44 45 45 /* 46 46 static void messy_stack_trace(__native *stack) 47 47 { … … 58 58 printf("\n"); 59 59 } 60 60 */ 61 61 static void print_info_errcode(int n, void *st) 62 62 { … … 84 84 printf(" %Q, %Q, %Q\n", x[20], x[21], x[22]); 85 85 printf(" %Q, %Q, %Q\n", x[23], x[24], x[25]); 86 messy_stack_trace(&x[5]);86 // messy_stack_trace(&x[5]); 87 87 } 88 88
Note:
See TracChangeset
for help on using the changeset viewer.