diff options
Diffstat (limited to 'lib/libc/amd64/sys/vfork.S')
-rw-r--r-- | lib/libc/amd64/sys/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S index 30d7fd1..8ec99ae 100644 --- a/lib/libc/amd64/sys/vfork.S +++ b/lib/libc/amd64/sys/vfork.S @@ -65,7 +65,7 @@ ENTRY(vfork) je 1f /* yes */ movl $0,%eax 1: - jmp %ecx + jmp *%ecx 2: pushl %ecx PIC_PROLOGUE |