Get Android build unstuck

This commit is contained in:
Aaron Culliney 2015-12-05 17:48:25 -08:00
parent 5737e89150
commit 97f52ef2ff
3 changed files with 5 additions and 3 deletions

View File

@ -32,7 +32,6 @@
// r14 ARM return addr
// r15 ARM PC
#ifdef __aarch64__
# error 20150205 ARM 64bit untested!!!
# define PTR_SHIFT #4 // 4<<1 = 8
@ -45,6 +44,9 @@
#if !defined(__APPLE__)
# define NO_UNDERSCORES 1
# define STRBNE strneb
#else
# define STRBNE strbne
#endif
#if NO_UNDERSCORES

View File

@ -2511,7 +2511,7 @@ ENTRY(cpu65_run)
ldrb r0, [r1]
teq r0, #0
eorne r0, r0, r0
strbne r0, [r1]
STRBNE r0, [r1]
bne ex_reset
b continue1

View File

@ -45,7 +45,7 @@ ENTRY(func) SYM(r1, pointer); \
ENTRY(func) SYM(r1, pointer); \
ldr r1, [r1]; \
teq r1, #0; \
strbne r0, [r1, EffectiveAddr]; \
STRBNE r0, [r1, EffectiveAddr]; \
mov pc, lr;