diff options
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm index a50c92b69..e366ad498 100644 --- a/macros.asm +++ b/macros.asm @@ -175,4 +175,3 @@ ENDM ldtile: MACRO ld \1, (\2 << 4) + \3 ENDM - |