summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/patch.libnds
blob: 0f123e4df20c1897adbc32453dfa6b2607883633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libnds/source/arm9/exceptionHandler.S	2008-02-19 10:48:10.000000000 -0800
+++ libnds/source/arm9/exceptionHandler.S	2008-02-19 10:47:58.000000000 -0800
@@ -88,7 +88,7 @@
 	// Get C function & call it
 	ldr	r12,=exceptionC
 	ldr	r12,[r12,#0]
-	blxne	r12
+	bxne	r12

 	// restore registers
 	ldr	r12,=exceptionRegisters