mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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
|
@ -132,7 +132,7 @@ void m68k_cpu_init_gdb(M68kCPU *cpu)
|
|||
/* TODO: Add [E]MAC registers. */
|
||||
}
|
||||
|
||||
static uint32_t cpu_m68k_flush_flags(CPUM68KState *env, int op)
|
||||
uint32_t cpu_m68k_flush_flags(CPUM68KState *env, int op)
|
||||
{
|
||||
int flags;
|
||||
uint32_t src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue