early-access version 3024

This commit is contained in:
pineappleEA
2022-10-14 03:55:58 +02:00
parent 4b363be254
commit b7ceb92a69
16 changed files with 573 additions and 56 deletions

View File

@@ -111,6 +111,7 @@ public:
LOG_ERROR(Core_ARM,
"Unimplemented instruction @ 0x{:X} for {} instructions (instr = {:08X})", pc,
num_instructions, memory.Read32(pc));
ReturnException(pc, ARM_Interface::no_execute);
}
void InstructionCacheOperationRaised(Dynarmic::A64::InstructionCacheOperation op,