Update core.cpp

This commit is contained in:
NekokoTime
2018-06-08 09:20:44 -03:00
committed by GitHub
parent 14a08b842a
commit 7cf46a057f

View File

@@ -51,7 +51,7 @@ System::ResultStatus System::RunLoop(bool tight_loop) {
status = ResultStatus::Success;
// Update thread_to_cpu in case Core 0 is run from a different host thread
thread_to_cpu[std::this_thread::get_id()] = cpu_cores[0];
thread_to_cpu[std::this_thread::get_id()] = cpu_cores[4];
if (GDBStub::IsServerEnabled()) {
GDBStub::HandlePacket();