wip! cpu: fixup empty restore_state_to_opc

This commit is contained in:
fridtjof 2025-08-25 00:09:35 +02:00
parent 1d77b209d2
commit 6291ca5273

View file

@ -169,8 +169,7 @@ bool cr16c_cpu_tlb_fill(CPUState *cs, vaddr addr, int size,
void cr16c_restore_state_to_opc(CPUState *cpu, const TranslationBlock *tb,
const uint64_t *data) {
qemu_printf("idk what im doing!!!!!!\n");
// TODO figure out what this is supposed to do and implement it
cpu_env(cpu)->pc = data[0];
}