projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0534163
)
target-i386: Fix variable in (disabled) debugging code
author
Adam Lackorzynski
<adam@os.inf.tu-dresden.de>
Thu, 1 Apr 2010 21:46:20 +0000
(23:46 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 8 Apr 2010 19:44:40 +0000
(21:44 +0200)
Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/op_helper.c
patch
|
blob
|
history
diff --git
a/target-i386/op_helper.c
b/target-i386/op_helper.c
index 22259dfcd7971fd09dc78b1bcfa7db86a5eb37ed..dcbdfe7e0bcbbc860179b44fb1e9f7c0cd78b020 100644
(file)
--- a/
target-i386/op_helper.c
+++ b/
target-i386/op_helper.c
@@
-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++) {