[cfe-commits] r109727 - /cfe/trunk/lib/Lex/Pragma.cpp
Daniel Dunbar
daniel at zuster.org
Wed Jul 28 19:46:02 PDT 2010
Author: ddunbar
Date: Wed Jul 28 21:46:02 2010
New Revision: 109727
URL: http://llvm.org/viewvc/llvm-project?rev=109727&view=rev
Log:
Transcribe clattner email to SVN.
Modified:
cfe/trunk/lib/Lex/Pragma.cpp
Modified: cfe/trunk/lib/Lex/Pragma.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Pragma.cpp?rev=109727&r1=109726&r2=109727&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Pragma.cpp (original)
+++ cfe/trunk/lib/Lex/Pragma.cpp Wed Jul 28 21:46:02 2010
@@ -605,7 +605,7 @@
}
void DebugCrash() {
- *(int*) 0x11 = 0;
+ *(volatile int*) 0x11 = 0;
}
};
More information about the cfe-commits
mailing list