diff options
| author | Michael Brown | 2006-05-05 01:22:42 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-05 01:22:42 +0200 |
| commit | dcc1b0054e48743b28c75c685e4bc73de853be74 (patch) | |
| tree | d788f9c9c0ea083c578b86046c74a7169512f12d /src | |
| parent | Add infrastructure to support access to .data16 (and .text16) variables (diff) | |
| download | ipxe-dcc1b0054e48743b28c75c685e4bc73de853be74.tar.gz ipxe-dcc1b0054e48743b28c75c685e4bc73de853be74.tar.xz ipxe-dcc1b0054e48743b28c75c685e4bc73de853be74.zip | |
This line should not have been checked in
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/transitions/librm.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S index 07c6b2a57..46b545e84 100644 --- a/src/arch/i386/transitions/librm.S +++ b/src/arch/i386/transitions/librm.S @@ -441,7 +441,6 @@ real_call: /* Call real-mode function */ popal - call *RC_OFFSET_FUNCTION(%esp) call *rc_function pushal |
