- Prefetch aborts behave like other exceptions, not like data aborts, in terms of the PC offset due to the pipeline behavior. So call TRAP_PROLOG with 0, not 1

svn path=/trunk/; revision=34479
This commit is contained in:
ReactOS Portable Systems Group 2008-07-13 23:32:38 +00:00
parent a999d87cb4
commit 64d7b1337b

View file

@ -69,7 +69,7 @@
//
// Handle trap entry
//
TRAP_PROLOG 1 // FromAbort
TRAP_PROLOG 0 // NotFromAbort
//
// Call the C handler