mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +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:
@@ -69,7 +69,7 @@
|
||||
//
|
||||
// Handle trap entry
|
||||
//
|
||||
TRAP_PROLOG 1 // FromAbort
|
||||
TRAP_PROLOG 0 // NotFromAbort
|
||||
|
||||
//
|
||||
// Call the C handler
|
||||
|
||||
Reference in New Issue
Block a user