mirror of https://github.com/xemu-project/xemu.git
hw/scsi/lsi53c895a: Fix typo in comment
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
75d5a5fe67
commit
b1f1dc91c0
|
@ -225,7 +225,7 @@ struct LSIState {
|
|||
MemoryRegion io_io;
|
||||
AddressSpace pci_io_as;
|
||||
|
||||
int carry; /* ??? Should this be an a visible register somewhere? */
|
||||
int carry; /* ??? Should this be in a visible register somewhere? */
|
||||
int status;
|
||||
int msg_action;
|
||||
int msg_len;
|
||||
|
|
Loading…
Reference in New Issue