diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 13:30:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 13:30:03 -0400 |
commit | a2d1b854d678204929580b8d82e507f908261fc1 (patch) | |
tree | 36166505adf0b81d79f787c32250e0e3a1514944 /berry_fix/payload/asm/macros | |
parent | 006881415d315e34876f4d4f3060aca4dcf8e98d (diff) |
goto_if_eq and switch/case in scripts
Diffstat (limited to 'berry_fix/payload/asm/macros')
-rw-r--r-- | berry_fix/payload/asm/macros/event.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/berry_fix/payload/asm/macros/event.inc b/berry_fix/payload/asm/macros/event.inc index d805aecb5..fd2181663 100644 --- a/berry_fix/payload/asm/macros/event.inc +++ b/berry_fix/payload/asm/macros/event.inc @@ -1402,8 +1402,8 @@ @ Supplementary - .macro goto_if_eq dest - goto_if 1, \dest + .macrogoto_if_eq dest + goto_if_eq \dest .endm .macro switch var |