| Submitter | Marcelo Tosatti |
|---|---|
| Date | April 26, 2010, 5:58 p.m. |
| Message ID | <b5e5a934174ade5dcfc98a41f21f8a6c4816dd54.1272304746.git.mtosatti@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/50986/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-i386/helper.c b/target-i386/helper.c index 3835835..c9508a8 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -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;