Fix read block text

This commit is contained in:
Adam Honse
2019-12-16 16:08:41 -06:00
parent 28f5ca76cb
commit 3d26b892df

View File

@@ -620,7 +620,7 @@ int main(int argc, char *argv[])
break;
case PIIX4_BLOCK_DATA:
printf("Read block of length %02x from %02x, address %02x",
printf("Read block of length %02x from %02x, address %02x, contents: ",
dat0,
cmnd,
addr >> 1);