Skip to content

Commit 8f3b3a8

Browse files
committed
add env to debug trace info
1 parent 66d79db commit 8f3b3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux-user/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ static void save_memory_areas(void * env, struct image_info * info){
615615
}
616616

617617
fprintf(f, format, "mxcsr", env + offsetof(CPUX86State, mxcsr));
618+
fprintf(f, format, "env", env);
618619
fprintf(f, format, "xmm_regs", env + offsetof(CPUX86State, xmm_regs));
619620
fprintf(f, format, "xmm_t0", env + offsetof(CPUX86State, xmm_t0));
620621

0 commit comments

Comments
 (0)