mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[librm] Provide an abstraction wrapper for prot_call
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
|
||||
|
||||
#include <librm.h>
|
||||
|
||||
.arch i386
|
||||
|
||||
/****************************************************************************
|
||||
@@ -120,8 +122,7 @@ pxenv_null_entry:
|
||||
.section ".text16", "ax", @progbits
|
||||
.code16
|
||||
pxenv_entry:
|
||||
pushl $pxe_api_call
|
||||
call prot_call
|
||||
virtcall pxe_api_call
|
||||
lret
|
||||
.size pxenv_entry, . - pxenv_entry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user