1
0

Clang wants volatile...

This commit is contained in:
madmaxoft 2014-09-02 23:05:24 +02:00
parent 92a60bf4d5
commit a0687b42e4

View File

@ -78,7 +78,7 @@ Since only the header is actually in the memory, this number can be high, but st
"Please add the reported file and this message to the issue report.", \
__FUNCTION__, __LINE__, CHX, CHZ, RegionX, RegionZ \
); \
*((int *)0) = 0; /* Crash intentionally */ \
*((volatile int *)0) = 0; /* Crash intentionally */ \
}