x32 port (diff against vanilla x86_64)

This commit is contained in:
rofl0r
2014-01-07 22:53:38 +01:00
parent 323272db17
commit 664cd34192
39 changed files with 882 additions and 793 deletions

View File

@@ -5,7 +5,7 @@
__vfork:
vfork:
pop %rdx
mov $58,%eax
mov $0x4000003a,%eax /* SYS_vfork */
syscall
push %rdx
mov %rax,%rdi