mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-10 07:43:45 +00:00
Added missing __from_text16()s when passing pointers to PXE NBP.
This commit is contained in:
parent
71754ada2a
commit
843bcc291d
@ -391,7 +391,9 @@ int pxe_boot ( void ) {
|
||||
"lcall $0, $0x7c00\n\t" )
|
||||
: "=a" ( rc ), "=b" ( discard_b ),
|
||||
"=c" ( discard_c )
|
||||
: "a" ( &pxe ), "b" ( &pxenv ), "c" ( rm_cs )
|
||||
: "a" ( & __from_text16 ( pxe ) ),
|
||||
"b" ( & __from_text16 ( pxenv ) ),
|
||||
"c" ( rm_cs )
|
||||
: "edx", "esi", "edi", "ebp", "memory" );
|
||||
|
||||
return rc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user