mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-13 09:14:38 +00:00
Add missing namespace specifier for MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20f78d477e
commit
e513fc118d
@ -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…
x
Reference in New Issue
Block a user