summaryrefslogtreecommitdiff
path: root/arm/arm_emit.h
diff options
context:
space:
mode:
authorAutechre2021-02-10 10:35:56 +0100
committerGitHub2021-02-10 10:35:56 +0100
commit6254bbb1d2f48dae2fca9697990e54756534e162 (patch)
tree8f189470920261cad5004368613f3e54c2285924 /arm/arm_emit.h
parentf70d8534a1da41376dd96edffe87cbb04cccd683 (diff)
parent2c6026cfe5cb89b9041ee40230bfef754c21c83d (diff)
downloadpicogpsp-6254bbb1d2f48dae2fca9697990e54756534e162.tar.gz
picogpsp-6254bbb1d2f48dae2fca9697990e54756534e162.tar.bz2
picogpsp-6254bbb1d2f48dae2fca9697990e54756534e162.zip
Merge pull request #91 from davidgfnet/master
Fix ARM dynarec
Diffstat (limited to 'arm/arm_emit.h')
-rw-r--r--arm/arm_emit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm/arm_emit.h b/arm/arm_emit.h
index eb48aa2..51987a3 100644
--- a/arm/arm_emit.h
+++ b/arm/arm_emit.h
@@ -174,7 +174,7 @@ s32 arm_register_allocation[] =
reg_x4, /* GBA r12 */
mem_reg, /* GBA r13 */
reg_x5, /* GBA r14 */
- reg_a0 /* GBA r15 */
+ reg_a0, /* GBA r15 */
mem_reg,
mem_reg,
@@ -211,7 +211,7 @@ s32 thumb_register_allocation[] =
mem_reg, /* GBA r12 */
mem_reg, /* GBA r13 */
mem_reg, /* GBA r14 */
- reg_a0 /* GBA r15 */
+ reg_a0, /* GBA r15 */
mem_reg,
mem_reg,