diff options
| author | Michael Brown | 2016-02-17 00:16:49 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-02-17 00:16:49 +0100 |
| commit | 9dc340d73538ecac72851407b4865e2a778589f8 (patch) | |
| tree | ee9cd35ca98f6da05cfe33b9a3cc8821ae5eb5bd /src/arch/x86/core | |
| parent | [bios] Add bin-x86_64-pcbios build platform (diff) | |
| download | ipxe-9dc340d73538ecac72851407b4865e2a778589f8.tar.gz ipxe-9dc340d73538ecac72851407b4865e2a778589f8.tar.xz ipxe-9dc340d73538ecac72851407b4865e2a778589f8.zip | |
[librm] Discard argument as part of return from prot_call()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/core')
| -rw-r--r-- | src/arch/x86/core/dumpregs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/core/dumpregs.c b/src/arch/x86/core/dumpregs.c index 82dc21847..d23988d30 100644 --- a/src/arch/x86/core/dumpregs.c +++ b/src/arch/x86/core/dumpregs.c @@ -9,7 +9,6 @@ void __asmcall _dump_regs ( struct i386_all_regs *ix86 ) { "pushl $_dump_regs\n\t" "pushw %%cs\n\t" "call prot_call\n\t" - "addr32 leal 4(%%esp), %%esp\n\t" "ret\n\t" ) : : ); printf ( "EAX=%08x EBX=%08x ECX=%08x EDX=%08x\n" |
