mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-m68k: Print flags properly
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
9fdb533fb1
commit
8e394ccabd
3 changed files with 9 additions and 8 deletions
|
@ -158,6 +158,7 @@ M68kCPU *cpu_m68k_init(const char *cpu_model);
|
|||
is returned if the signal was handled by the virtual CPU. */
|
||||
int cpu_m68k_signal_handler(int host_signum, void *pinfo,
|
||||
void *puc);
|
||||
uint32_t cpu_m68k_flush_flags(CPUM68KState *env, int op);
|
||||
|
||||
|
||||
/* Instead of computing the condition codes after each m68k instruction,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue