summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions/librm.S
diff options
context:
space:
mode:
authorMichael Brown2006-05-02 22:51:07 +0200
committerMichael Brown2006-05-02 22:51:07 +0200
commit10c28a51bdc801374eccec52d1e4d6677100f86d (patch)
tree52c80bddaa91c71b94890f6cfd1344505bb297a9 /src/arch/i386/transitions/librm.S
parent<name>_size variable is no longer needed, since we don't copy the code. (diff)
downloadipxe-10c28a51bdc801374eccec52d1e4d6677100f86d.tar.gz
ipxe-10c28a51bdc801374eccec52d1e4d6677100f86d.tar.xz
ipxe-10c28a51bdc801374eccec52d1e4d6677100f86d.zip
Create two easy-to-use entry points in libprefix: install and
install_prealloc. I *think* these will suffice for all the 16-bit prefixes.
Diffstat (limited to 'src/arch/i386/transitions/librm.S')
-rw-r--r--src/arch/i386/transitions/librm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S
index 2fbffb9e..ef94ed32 100644
--- a/src/arch/i386/transitions/librm.S
+++ b/src/arch/i386/transitions/librm.S
@@ -357,7 +357,7 @@ prot_call:
popw %gs
popal
popfl
- ret
+ data32 ret
/****************************************************************************
* real_call (protected-mode near call, 32-bit virtual return address)