also disassemble x86 patches

This commit is contained in:
Martin Michelsen
2024-01-20 15:30:50 -08:00
parent ea76a537fd
commit fe1d5a874a
3 changed files with 58 additions and 16 deletions
+1 -1
View File
@@ -2795,7 +2795,7 @@ static void on_B3(shared_ptr<Client> c, uint16_t, uint32_t flag, string& data) {
throw logic_error("unknown function called during DOL loading");
}
} else {
throw runtime_error("function call response queue is empty, and no program is being sent");
c->log.warning("Received patch response but function call response queue is empty and no program is being sent");
}
}