summaryrefslogtreecommitdiff
path: root/idea.h
diff options
context:
space:
mode:
Diffstat (limited to 'idea.h')
-rw-r--r--idea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/idea.h b/idea.h
index ce026a1..2ab5713 100644
--- a/idea.h
+++ b/idea.h
@@ -43,7 +43,7 @@ private:
static inline void LookupMUL(word &a, word b);
void LookupKeyLogs();
static void BuildLogTables();
- static bool tablesBuilt;
+ static volatile bool tablesBuilt;
static word16 log[0x10000], antilog[0x10000];
#endif
};