Index: base/win/win_util.cc |
diff --git a/base/win/win_util.cc b/base/win/win_util.cc |
index 003bd830812f1505107bf1a77e81de4447ee6a2b..72af88f1f21466d6aa34ba1905d233789276dcef 100644 |
--- a/base/win/win_util.cc |
+++ b/base/win/win_util.cc |
@@ -54,7 +54,7 @@ bool SetPropVariantValueForPropertyStore( |
} |
void __cdecl ForceCrashOnSigAbort(int) { |
- *((int*)0) = 0x1337; |
+ *((volatile int*)0) = 0x1337; |
} |
const wchar_t kWindows8OSKRegPath[] = |