summaryrefslogtreecommitdiff
path: root/src/qcommon/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r--src/qcommon/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c
index 761fe72..bacb01c 100644
--- a/src/qcommon/common.c
+++ b/src/qcommon/common.c
@@ -2314,7 +2314,7 @@ A way to force a bus error for development reasons
=================
*/
static void Com_Crash_f( void ) {
- * ( int * ) 0 = 0x12345678;
+ * ( volatile int * ) 0 = 0x12345678;
}
/*