mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-17 02:30:54 +00:00
Yuckily avoid warning.
This commit is contained in:
parent
becb6ce2e0
commit
36d9c40d7b
@ -1869,6 +1869,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
|||||||
SetupDataAccess(0, Operation::SelectWord);
|
SetupDataAccess(0, Operation::SelectWord);
|
||||||
MoveToStateSpecific(StoreOperand_l);
|
MoveToStateSpecific(StoreOperand_l);
|
||||||
|
|
||||||
|
default: // Convince GCC that nothing here is amiss.
|
||||||
case InstructionSet::M68k::DataSize::Word:
|
case InstructionSet::M68k::DataSize::Word:
|
||||||
SetupDataAccess(0, Operation::SelectWord);
|
SetupDataAccess(0, Operation::SelectWord);
|
||||||
MoveToStateSpecific(StoreOperand_bw);
|
MoveToStateSpecific(StoreOperand_bw);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user