Remove the int3 from the copy_to_stack code

git-svn-id: file:///home/svn/framework3/trunk@4620 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2007-04-02 06:26:16 +00:00
parent 9333609211
commit 2958988454
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ module X86
len = (len + 3) & ~0x3
stub =
"\xcc" +
"\xeb\x0f"+ # jmp _end
"\x68" + [len].pack('V')+ # push n
"\x59"+ # pop ecx