Fix build.
This commit is contained in:
parent
da9debda67
commit
124ede82b3
@ -2044,7 +2044,7 @@ void
|
|||||||
JITX86::RegisterRuntime(BaseRuntime *rt)
|
JITX86::RegisterRuntime(BaseRuntime *rt)
|
||||||
{
|
{
|
||||||
mutex_.AssertCurrentThreadOwns();
|
mutex_.AssertCurrentThreadOwns();
|
||||||
runtimes_.insert(rt);
|
runtimes_.append(rt);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user