[BOOTLIB] Additional EfiPrintf conversion like r73736 for MSVC 2013

svn path=/trunk/; revision=73743
This commit is contained in:
Mark Jansen
2017-02-07 10:32:20 +00:00
parent 49216293a4
commit 9607bedb48
+1 -3
View File
@@ -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;
}