Changeset 168 for trunk/hal/x86_64/core/hal_interrupt.c
- Timestamp:
- Jul 10, 2017, 10:33:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_interrupt.c
r155 r168 29 29 #include <hal_apic.h> 30 30 #include <hal_internal.h> 31 #include <hal_special.h> 31 32 32 33 /* -------------------------------------------------------------------------- */ … … 37 38 void hal_timer_intr(struct trapframe *tf) 38 39 { 39 x86_printf("-> got timer: rip=%Z\n", tf->tf_rip); 40 x86_printf("-> got timer: rip=%Z (th=%Z)\n", tf->tf_rip, 41 hal_get_current_thread()); 40 42 return; 41 43 }
Note: See TracChangeset
for help on using the changeset viewer.