diff options
| author | Michael Brown | 2016-02-18 17:36:04 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-02-18 18:12:16 +0100 |
| commit | 196f0f2551a4f82d2968c6e3a50aaa54a45ec779 (patch) | |
| tree | a253528f9e3c0851e348f7f57f0241bb3450fa4a /src/arch/x86/core | |
| parent | [prefix] Standardise calls to prot_call() (diff) | |
| download | ipxe-196f0f2551a4f82d2968c6e3a50aaa54a45ec779.tar.gz ipxe-196f0f2551a4f82d2968c6e3a50aaa54a45ec779.tar.xz ipxe-196f0f2551a4f82d2968c6e3a50aaa54a45ec779.zip | |
[librm] Convert prot_call() to a real-mode near 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 d23988d30..9f0b08189 100644 --- a/src/arch/x86/core/dumpregs.c +++ b/src/arch/x86/core/dumpregs.c @@ -7,7 +7,6 @@ void __asmcall _dump_regs ( struct i386_all_regs *ix86 ) { TEXT16_CODE ( ".globl dump_regs\n\t" "\ndump_regs:\n\t" "pushl $_dump_regs\n\t" - "pushw %%cs\n\t" "call prot_call\n\t" "ret\n\t" ) : : ); |
