Commit 01db31d94e97e71836fe862826bc8a2a399dd619

Anthony Green 2018-03-13T20:41:55

Update moxie sub opcode

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/moxie/eabi.S b/src/moxie/eabi.S
index ac7aceb..10cfb04 100644
--- a/src/moxie/eabi.S
+++ b/src/moxie/eabi.S
@@ -59,7 +59,7 @@ ffi_call_EABI:
 	mov 	$r6, $r4 /* Save result buffer */
 	mov	$r7, $r5 /* Save the target fn */
 	mov	$r8, $r3 /* Save the flags */
-	sub.l	$sp, $r2 /* Allocate stack space */
+	sub	$sp, $r2 /* Allocate stack space */
 	mov	$r0, $sp /* We can stomp over $r0 */
 	/* $r1 is already set up */
 	jsra 	ffi_prep_args