Yet another attempt to fix build

svn path=/trunk/; revision=32199
This commit is contained in:
Colin Finck
2008-02-07 20:58:58 +00:00
parent 026972be9b
commit 7f402f3f12
+1 -1
View File
@@ -29,7 +29,7 @@ Author:
#define K0IPCR ((ULONG_PTR)(KIP0PCRADDRESS))
#define PCR ((volatile KPCR * const)K0IPCR)
#if defined(CONFIG_SMP) || defined(NT_BUILD)
#undef KeGetPcr()
#undef KeGetPcr
#define KeGetPcr() ((volatile KPCR * const)__readfsdword(0x1C))
#endif