Added Signals; more runtime fixes

This commit is contained in:
Hamish Milne
2020-02-13 17:42:09 +08:00
committed by zhupengfei
parent e4f05884c3
commit 8abc5525be
17 changed files with 118 additions and 56 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ private:
ar >> r;
SetCP15Register(static_cast<CP15Register>(i), r);
}
// TODO: Clear caches etc?
ClearInstructionCache();
}
BOOST_SERIALIZATION_SPLIT_MEMBER()