Use "jmp near".
committer: mfx <mfx> 969274074 +0000
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
%define jmps jmp short
|
||||
%define jmpl jmp dword
|
||||
%define jmpn jmp near
|
||||
%define jnzn jnz near
|
||||
%define jbn jb near
|
||||
%include "macros.ash"
|
||||
@@ -205,7 +205,7 @@ reloc_end_jmp:
|
||||
inc eax
|
||||
retn 0x0C
|
||||
%else; __PEDOJUMP__
|
||||
jmpl .1+'JMPO'
|
||||
jmpn .1+'JMPO'
|
||||
.1:
|
||||
%endif; __PEDUMMY3__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user