From 07aaf3713c387182bada267238ac77917ea42b4a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 14 Feb 2013 01:57:09 -0800 Subject: [PATCH] Fix build bustage. Former-commit-id: 553dea80f22f664b24ca89908dca2e8c42cf37af --- amxmodx/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index 0b00bfbc..d6fc7c6a 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -620,7 +620,7 @@ int set_amxnatives(AMX* amx, char error[128]) int unload_amxscript(AMX* amx, void** program) { -#if !defined AMD64 +#if !defined JIT int flags = amx->flags; #endif