X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fboot%2Fenviron%2Flib%2Farch%2Fstub%2Farch.c;h=be6685edabb166284cbf2d90428ff88c668b67f4;hp=9de3f006f5a3139a166a91310c16c22a7ba2a24e;hb=86c98bfda7878739ba6a3adabfef67773edd7109;hpb=fcaeb4d6a4f8321a476d5846f3615e9e768d34d3 diff --git a/reactos/boot/environ/lib/arch/stub/arch.c b/reactos/boot/environ/lib/arch/stub/arch.c index 9de3f006f5a..be6685edabb 100644 --- a/reactos/boot/environ/lib/arch/stub/arch.c +++ b/reactos/boot/environ/lib/arch/stub/arch.c @@ -44,3 +44,9 @@ BlpArchInitialize ( return STATUS_NOT_IMPLEMENTED; } +VOID +Archx86TransferTo32BitApplicationAsm (VOID) +{ + EfiPrintf(L" Archx86TransferTo32BitApplicationAsm NOT IMPLEMENTED for this platform\r\n"); +} +