mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- 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:
parent
a999d87cb4
commit
64d7b1337b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
//
|
||||
// Handle trap entry
|
||||
//
|
||||
TRAP_PROLOG 1 // FromAbort
|
||||
TRAP_PROLOG 0 // NotFromAbort
|
||||
|
||||
//
|
||||
// Call the C handler
|
||||
|
|
Loading…
Reference in a new issue