mirror of https://github.com/xemu-project/xemu.git
target-i386: print EFER in cpu_dump_state
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
ff44f1a373
commit
b5e5a93417
|
@ -356,6 +356,7 @@ void cpu_dump_state(CPUState *env, FILE *f,
|
|||
cc_op_name);
|
||||
}
|
||||
}
|
||||
cpu_fprintf(f, "EFER=%016" PRIx64 "\n", env->efer);
|
||||
if (flags & X86_DUMP_FPU) {
|
||||
int fptag;
|
||||
fptag = 0;
|
||||
|
|
Loading…
Reference in New Issue