mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Temporarily stop recovering resources in CrashRecoveryContext while I investigate further why this works on my machine and not on others.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
afc9e06021
commit
07235a1705
@ -70,7 +70,7 @@ CrashRecoveryContext::~CrashRecoveryContext() {
|
||||
CrashRecoveryContextCleanup *tmp = i;
|
||||
i = tmp->next;
|
||||
tmp->cleanupFired = true;
|
||||
tmp->recoverResources();
|
||||
//tmp->recoverResources();
|
||||
delete tmp;
|
||||
}
|
||||
tlIsRecoveringFromCrash.erase();
|
||||
|
Loading…
Reference in New Issue
Block a user