Added explicit word' and dword' to several jumps.
committer: mfx <mfx> 968832694 +0000
This commit is contained in:
+3
-2
@@ -26,6 +26,7 @@
|
||||
|
||||
|
||||
%define jmps jmp short
|
||||
%define jmpl jmp dword
|
||||
%include "macros.ash"
|
||||
|
||||
BITS 32
|
||||
@@ -64,7 +65,7 @@ start:
|
||||
pop edi
|
||||
or ebp, byte -1
|
||||
push edi
|
||||
jmp .1 + 'JMPD'
|
||||
jmpl .1 + 'JMPD'
|
||||
.1:
|
||||
%include "header.ash"
|
||||
|
||||
@@ -124,7 +125,7 @@ cutpoint:
|
||||
pop es
|
||||
lea esp, [ebp + 'ESP0']
|
||||
|
||||
jmp .1+'JMPO'
|
||||
jmpl .1+'JMPO'
|
||||
.1:
|
||||
|
||||
; =============
|
||||
|
||||
Reference in New Issue
Block a user