mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
5 lines
109 B
C
5 lines
109 B
C
#include "emu/cpu.h"
|
|
#include "emu/tlb.h"
|
|
|
|
int undefined_flags_mask(struct cpu_state *cpu, struct tlb *tlb);
|