Fix build bustage.

Former-commit-id: 553dea80f22f664b24ca89908dca2e8c42cf37af
This commit is contained in:
David Anderson 2013-02-14 01:57:09 -08:00
parent 1b908eeb9e
commit 07aaf3713c

View File

@ -620,7 +620,7 @@ int set_amxnatives(AMX* amx, char error[128])
int unload_amxscript(AMX* amx, void** program) int unload_amxscript(AMX* amx, void** program)
{ {
#if !defined AMD64 #if !defined JIT
int flags = amx->flags; int flags = amx->flags;
#endif #endif