mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[BOOTLIB] Additional EfiPrintf conversion like r73736 for MSVC 2013
svn path=/trunk/; revision=73743
This commit is contained in:
@@ -507,10 +507,8 @@ MmSelectMappingAddress (
|
||||
}
|
||||
|
||||
/* We don't support virtual memory yet @TODO */
|
||||
#ifdef _MSC_VER // Fuck gcc.
|
||||
EfiPrintf(L"not yet implemented in " __FUNCTION__ "\r\n");
|
||||
EfiPrintf(L"not yet implemented in %S\r\n", __FUNCTION__);
|
||||
EfiStall(1000000);
|
||||
#endif
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user