From 144d7e5500d357dade08af58d44664b5b49b6708 Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 5 Oct 2013 01:08:08 -0400 Subject: [PATCH] Fix build-breaking typo. --- Source/Core/Common/Src/x64ABI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/Src/x64ABI.h b/Source/Core/Common/Src/x64ABI.h index 4b10d11e54..f0c9770f26 100644 --- a/Source/Core/Common/Src/x64ABI.h +++ b/Source/Core/Common/Src/x64ABI.h @@ -43,7 +43,7 @@ // 32-bit bog standard cdecl, shared between linux and windows // MacOSX 32-bit is same as System V with a few exceptions that we probably don't care much about. -#define ALL_CALLEE_SAVED ((1 << EAX) | (1 << ECX) | (1 << EDX)) +#define ABI_ALL_CALLEE_SAVED ((1 << EAX) | (1 << ECX) | (1 << EDX)) #else // 64 bit calling convention