Skip to content

Commit d323ef3

Browse files
committed
add tracing data
1 parent 2ae8233 commit d323ef3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux-user/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,9 @@ static void save_memory_areas(void * env, struct image_info * info){
613613
fprintf(f, format, temp->name, temp_mem_address);
614614
}
615615
}
616+
617+
fprintf(f, format, "mxcsr", env + offsetof(CPUX86State, mxcsr));
618+
fprintf(f, format, "xmm_regs", env + offsetof(CPUX86State, xmm_regs));
616619
fprintf(f, format, "xmm_t0", env + offsetof(CPUX86State, xmm_t0));
617620

618621
fprintf(f, format, "stack", info->start_stack);

0 commit comments

Comments
 (0)