Fix macro formatting.

This commit is contained in:
Adelaide Walter 2018-01-03 11:57:34 -05:00
parent a298cb9990
commit 501ec9b283

View File

@ -3042,10 +3042,10 @@ inc_crash_check_pointer_farcall: MACRO
push af
ld a, $1
ld [rSVBK], a
REPT _NARG
rept _NARG
farcall \1
SHIFT
ENDR
shift
endr
pop af
ld [rSVBK], a
ret