提交 9bd5494e 编写于 作者: A Adam Lackorzynski 提交者: Aurelien Jarno

target-i386: Fix variable in (disabled) debugging code

Signed-off-by: NAdam Lackorzynski <adam@os.inf.tu-dresden.de>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 0534163f
......@@ -1231,7 +1231,7 @@ void do_interrupt(int intno, int is_int, int error_code,
#if 0
{
int i;
uint8_t *ptr;
target_ulong ptr;
qemu_log(" code=");
ptr = env->segs[R_CS].base + env->eip;
for(i = 0; i < 16; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册