forked from OSchip/llvm-project
parent
22326a10a7
commit
51738ba43e
|
@ -605,7 +605,7 @@ struct PragmaDebugHandler : public PragmaHandler {
|
|||
}
|
||||
|
||||
void DebugCrash() {
|
||||
*(int*) 0x11 = 0;
|
||||
*(volatile int*) 0x11 = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue