david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[librm] Discard argument as part of return from real_call()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-02-16 23:37:46 +00:00
parent 9dc340d735
commit 079b98b63a
2 changed files with 1 additions and 2 deletions

View File

@ -192,7 +192,6 @@ extern void remove_user_from_rm_stack ( userptr_t data, size_t size );
#define REAL_CODE( asm_code_str ) \
"push $1f\n\t" \
"call real_call\n\t" \
"addl $4, %%esp\n\t" \
TEXT16_CODE ( "\n1:\n\t" \
asm_code_str \
"\n\t" \

View File

@ -518,7 +518,7 @@ rc_rmode:
rc_pmode:
/* Restore registers and return */
popal
ret
ret $4
/* Function vector, used because "call xx(%sp)" is not a valid