mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-28 14:34:36 +00:00
Replaced BOOL
This commit is contained in:
parent
3a1e1fbb47
commit
601406c48a
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user