Replaced BOOL

This commit is contained in:
Uwe Seimet 2021-08-22 22:31:39 +02:00
parent 3a1e1fbb47
commit 601406c48a
2 changed files with 2 additions and 2 deletions

View File

@ -985,7 +985,7 @@ void SASIDEV::Send()
// Remove block and initialize the result
ctrl.blocks--;
BOOL result = true;
bool result = true;
// Process after data collection (read/data-in only)
if (ctrl.phase == BUS::datain) {

View File

@ -499,7 +499,7 @@ void SCSIDEV::Send()
// Block subtraction, result initialization
ctrl.blocks--;
BOOL result = true;
bool result = true;
// Processing after data collection (read/data-in only)
if (ctrl.phase == BUS::datain) {