]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc824x/start.S
* Patch by Robert Schwebel, 21 Jan 2003:
[people/ms/u-boot.git] / cpu / mpc824x / start.S
index 18b8e612608790909c5d57f7f63bc07ce31a8606..7716240edbfb621a067e1edc63ce80e88805b265 100644 (file)
@@ -336,7 +336,7 @@ _end_back:
        STD_EXCEPTION(EXC_OFF_ITME, InstructionTransMiss, UnknownException)
        STD_EXCEPTION(EXC_OFF_DLTME, DataLoadTransMiss, UnknownException)
        STD_EXCEPTION(EXC_OFF_DSTME, DataStoreTransMiss, UnknownException)
-       STD_EXCEPTION(EXC_OFF_IABE, InstructionBreakpoint, UnknownException)
+       STD_EXCEPTION(EXC_OFF_IABE, InstructionBreakpoint, DebugException)
        STD_EXCEPTION(EXC_OFF_SMIE, SysManageInt, UnknownException)
        STD_EXCEPTION(0x1500, Reserved5, UnknownException)
        STD_EXCEPTION(0x1600, Reserved6, UnknownException)