diff options
-rw-r--r-- | asm/macros/event.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 6b66d45c0..d7b4bca37 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1248,10 +1248,9 @@ .byte 0xb7 .endm - .macro setvaddress long, word + .macro setvaddress pointer .byte 0xb8 - .4byte \long - .2byte \word + .4byte \pointer .endm .macro vgoto pointer |