Fix build.
This commit is contained in:
parent
f1b0c29815
commit
1c40d77b14
@ -2051,7 +2051,7 @@ void
|
||||
JITX86::DeregisterRuntime(BaseRuntime *rt)
|
||||
{
|
||||
mutex_.AssertCurrentThreadOwns();
|
||||
runtimes_.erase(rt);
|
||||
runtimes_.remove(rt);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user