Transcribe clattner email to SVN.

llvm-svn: 109727
This commit is contained in:
Daniel Dunbar 2010-07-29 02:46:02 +00:00
parent 22326a10a7
commit 51738ba43e
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ struct PragmaDebugHandler : public PragmaHandler {
}
void DebugCrash() {
*(int*) 0x11 = 0;
*(volatile int*) 0x11 = 0;
}
};