]> Git Repo - J-u-boot.git/blobdiff - cpu/ppc4xx/start.S
* Patch by Nicolas Lacressonniere, 11 Jun 2003:
[J-u-boot.git] / cpu / ppc4xx / start.S
index 6736b7329d2db96a1fc60f6838efae71711530d8..c6a9edad4e2d69e35581419b9d591f0654ac68ee 100644 (file)
@@ -716,7 +716,7 @@ _start_of_vectors:
 #endif
 
 /* Machine check */
-       STD_EXCEPTION(0x200, MachineCheck, MachineCheckException)
+       CRIT_EXCEPTION(0x200, MachineCheck, MachineCheckException)
 
 /* Data Storage exception. */
        STD_EXCEPTION(0x300, DataStorage, UnknownException)
This page took 0.027092 seconds and 4 git commands to generate.