scsi: Initialize cur_phase.

This commit is contained in:
joevt 2023-10-31 00:20:00 -07:00 committed by dingusdev
parent b509df78df
commit 8f28823217
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ private:
uint16_t dev_ctrl_lines[SCSI_MAX_DEVS] = {};
uint16_t ctrl_lines;
int cur_phase;
int cur_phase = ScsiPhase::BUS_FREE;
int arb_winner_id;
int initiator_id;
int target_id;