Added explicit word' and dword' to several jumps.

committer: mfx <mfx> 968832694 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-13 08:11:34 +00:00
parent 3fb744b7e9
commit 31c9420613
12 changed files with 21 additions and 8 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
%define jmps jmp short
%define jmpl jmp dword
%define jnzn jnz near
%define jbn jb near
%include "macros.ash"
@@ -204,7 +205,7 @@ reloc_end_jmp:
inc eax
retn 0x0C
%else; __PEDOJUMP__
jmp .1+'JMPO'
jmpl .1+'JMPO'
.1:
%endif; __PEDUMMY3__