Update moxie sub opcode
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