mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[llvm-exegesis] Fix name lookup ambiguity in MSVC after 344922
llvm-svn: 344927
This commit is contained in:
parent
5dff767c25
commit
a342834b24
@ -75,7 +75,7 @@ private:
|
||||
llvm::CrashRecoveryContext::Enable();
|
||||
const bool Crashed = !CRC.RunSafely([this, &Counter, ScratchPtr]() {
|
||||
Counter.start();
|
||||
Function(ScratchPtr);
|
||||
this->Function(ScratchPtr);
|
||||
Counter.stop();
|
||||
});
|
||||
llvm::CrashRecoveryContext::Disable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user