Fix build.

This commit is contained in:
Nicholas Hastings
2013-08-29 14:16:18 -04:00
parent f1b0c29815
commit 1c40d77b14
+1 -1
View File
@@ -2051,7 +2051,7 @@ void
JITX86::DeregisterRuntime(BaseRuntime *rt)
{
mutex_.AssertCurrentThreadOwns();
runtimes_.erase(rt);
runtimes_.remove(rt);
}
void