forked from OSchip/llvm-project
Add missing namespace specifier for MSVC.
llvm-svn: 231930
This commit is contained in:
parent
f97eff6601
commit
90c2db2a83
|
@ -412,7 +412,7 @@ void llvm::sys::PrintStackTrace(raw_ostream &OS) {
|
|||
}
|
||||
|
||||
|
||||
void sys::SetInterruptFunction(void (*IF)()) {
|
||||
void llvm::sys::SetInterruptFunction(void (*IF)()) {
|
||||
RegisterHandler();
|
||||
InterruptFunction = IF;
|
||||
LeaveCriticalSection(&CriticalSection);
|
||||
|
|
Loading…
Reference in New Issue