mirror of
https://github.com/dkgrizzly/GreenSCSI.git
synced 2024-11-25 09:31:07 +00:00
Fix var name when *_SPEED_OPTIMIZE is off
This commit is contained in:
parent
65cc6244a3
commit
15f941e0aa
@ -746,7 +746,7 @@ void writeDataPhaseSD(uint32_t adds, uint32_t len)
|
|||||||
}while(srcptr < endptr);
|
}while(srcptr < endptr);
|
||||||
SCSI_DB_INPUT()
|
SCSI_DB_INPUT()
|
||||||
#else
|
#else
|
||||||
for(int j = 0; j < BLOCKSIZE; j++) {
|
for(int j = 0; j < m_img->m_blocksize; j++) {
|
||||||
if(m_isBusReset) {
|
if(m_isBusReset) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user