Ignore:
Timestamp:
Jun 29, 2017, 3:48:39 PM (7 years ago)
Author:
max@…
Message:

add the irq functions; we will forbid nested critical sections, so
the argument will disappear soon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_trap.c

    r91 r99  
    6969        x86_printf("-> rsp = %Z\n", tf->tf_rsp);
    7070        x86_printf("-> err = %Z\n", tf->tf_err);
     71        if (trapno == T_PAGEFLT)
     72                x86_printf("-> va  = %Z\n", rcr2());
    7173        x86_printf("****** FAULT OCCURRED ******\n\n");
    7274
Note: See TracChangeset for help on using the changeset viewer.