diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/i386/gen/alloca.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S index 4aa0e321b9e7..76108fe7f845 100644 --- a/lib/libc/i386/gen/alloca.S +++ b/lib/libc/i386/gen/alloca.S @@ -57,4 +57,4 @@ ENTRY(alloca) pushl 4(%ecx) pushl 0(%ecx) pushl %eax /* dummy to pop at callsite */ - jmp %edx /* "return" */ + jmp *%edx /* "return" */ |
