diff options
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r-- | asm/macros/event.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 7ce50a5e1..83ae4f493 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1225,10 +1225,9 @@ .byte 0xb7 .endm - .macro setvaddress long, word + .macro setvaddress long .byte 0xb8 .4byte \long - .2byte \word .endm .macro vgoto pointer |