diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-05-17 00:30:51 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-05-17 00:30:51 +0000 |
| commit | 728ec271c19d4169629a5473ee8a2a3dbad4a78f (patch) | |
| tree | 4c622122ef1a274040a197261cd940c5d9c1b556 /sys/boot | |
| parent | c00ee5e56791d3bf11e2ee700085cbad358dad8f (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/amd64_tramp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/amd64_tramp.S b/sys/boot/i386/libi386/amd64_tramp.S index 012512d8c8a8..ff12c661d94d 100644 --- a/sys/boot/i386/libi386/amd64_tramp.S +++ b/sys/boot/i386/libi386/amd64_tramp.S @@ -108,6 +108,6 @@ longmode: /* We're still running V=P, jump to entry point */ movl %esi, %eax salq $32, %rax - movl %edi, %eax + orq %rdi, %rax pushq %rax ret |
