diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 09:58:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 09:58:04 +0000 |
| commit | ce1ce8c09acfd3dd1d7b36dafeb176fdf28f121a (patch) | |
| tree | 3bdfc61733fc590242cb98aa41fb417820bdad18 /lib/libc | |
| parent | 3d8e974f65091ba1b4c4129e08c2c3f64522417f (diff) | |
Notes
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" */ |
