[ros-diffs] [ros-arm-bringup] 34479: - 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

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Mon Jul 14 01:32:38 CEST 2008


Author: ros-arm-bringup
Date: Sun Jul 13 18:32:38 2008
New Revision: 34479

URL: http://svn.reactos.org/svn/reactos?rev=34479&view=rev
Log:
- 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

Modified:
    trunk/reactos/ntoskrnl/ke/arm/trap.s

Modified: trunk/reactos/ntoskrnl/ke/arm/trap.s
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/trap.s?rev=34479&r1=34478&r2=34479&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/arm/trap.s [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/arm/trap.s [iso-8859-1] Sun Jul 13 18:32:38 2008
@@ -69,7 +69,7 @@
     //
     // Handle trap entry
     //
-    TRAP_PROLOG 1 // FromAbort
+    TRAP_PROLOG 0 // NotFromAbort
     
     //
     // Call the C handler



More information about the Ros-diffs mailing list