summaryrefslogtreecommitdiff
path: root/hex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hex.cpp')
-rw-r--r--hex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hex.cpp b/hex.cpp
index b6484a5d..5731df55 100644
--- a/hex.cpp
+++ b/hex.cpp
@@ -28,7 +28,7 @@ void HexDecoder::IsolatedInitialize(const NameValuePairs &parameters)
const int *HexDecoder::GetDefaultDecodingLookupArray()
{
- static bool s_initialized = false;
+ static volatile bool s_initialized = false;
static int s_array[256];
if (!s_initialized)