提交 cd041681 编写于 作者: P pbrook

Fix format mismatch.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3589 c046a42c-6fe2-441c-8c8c-71466251a162
上级 6c30b07f
......@@ -1052,7 +1052,8 @@ static int gdb_handle_packet(GDBState *s, CPUState *env, const char *line_buf)
TaskState *ts = env->opaque;
sprintf(buf,
"Text=" TARGET_FMT_lx ";Data=" TARGET_FMT_lx ";Bss=" TARGET_FMT_lx,
"Text=" TARGET_ABI_FMT_lx ";Data=" TARGET_ABI_FMT_lx
";Bss=" TARGET_ABI_FMT_lx,
ts->info->code_offset,
ts->info->data_offset,
ts->info->data_offset);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册