Adjust scsi_common_t structure definition to match the rest (#6133)
Fixes https://github.com/86Box/86Box/issues/6131
This commit is contained in:
@@ -388,6 +388,7 @@ typedef struct scsi_common_s {
|
||||
void * log;
|
||||
|
||||
uint8_t * temp_buffer;
|
||||
size_t temp_buffer_sz;
|
||||
/*
|
||||
This is atapi_cdb in ATAPI-supporting devices,
|
||||
and pad in SCSI-only devices.
|
||||
|
||||
Reference in New Issue
Block a user