diff options
| author | Michael Brown | 2006-05-02 22:51:07 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-02 22:51:07 +0200 |
| commit | 10c28a51bdc801374eccec52d1e4d6677100f86d (patch) | |
| tree | 52c80bddaa91c71b94890f6cfd1344505bb297a9 /src/arch/i386/transitions | |
| parent | <name>_size variable is no longer needed, since we don't copy the code. (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/arch/i386/transitions/librm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S index 2fbffb9e3..ef94ed328 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) |
