diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:52:34 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:52:34 +0000 |
commit | 5a62d3a36afc544f61112f216f936c25be4916cd (patch) | |
tree | eb05f590333371e0c49f5ab1b09c02eac3ad6a16 /i386 | |
parent | 99f29909c348ac83e3a1f869b7fd15fad113865c (diff) |
*** empty log message ***
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c index 2924c42..bedf6c6 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -524,7 +524,7 @@ printf("user trap %d error %d sub %08x\n", type, code, subcode); break; case T_PAGE_FAULT: -#if 1 +#if 0 printf("user page fault at linear address %08x\n", subcode); dump_ss (regs); |