diff options
author | Jan Kiszka | 2011-09-26 11:30:49 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2011-10-05 10:19:05 +0200 |
commit | 4789bc39aafb56c0a30e74fc5848e8ae05ae015c (patch) | |
tree | f74477ea7824501198c2b7a262e55e14104790ee /hw/lsi53c895a.c | |
parent | gt64xxx.c: remove reference to non-existing ISD_handle field (diff) | |
download | qemu-4789bc39aafb56c0a30e74fc5848e8ae05ae015c.tar.gz qemu-4789bc39aafb56c0a30e74fc5848e8ae05ae015c.tar.xz qemu-4789bc39aafb56c0a30e74fc5848e8ae05ae015c.zip |
lsi: Fix tag reference in debug print
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/lsi53c895a.c')
-rw-r--r-- | hw/lsi53c895a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 75a03a74b9..e077ec07cc 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -697,7 +697,7 @@ static int lsi_queue_req(LSIState *s, SCSIRequest *req, uint32_t len) lsi_reselect(s, p); return 0; } else { - DPRINTF("Queueing IO tag=0x%x\n", tag); + DPRINTF("Queueing IO tag=0x%x\n", p->tag); p->pending = len; return 1; } |