wip! cpu: fixup empty restore_state_to_opc
This commit is contained in:
parent
1d77b209d2
commit
6291ca5273
1 changed files with 1 additions and 2 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue