Merge pull request #19410 from oltolm/shutdown_fix

fix shutdown crash on Windows
This commit is contained in:
Henrik Rydgård 2024-08-24 16:58:26 -06:00 committed by GitHub
commit 6f5374b8aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,6 @@ MIPSState::MIPSState() {
}
MIPSState::~MIPSState() {
Shutdown();
}
void MIPSState::Shutdown() {