mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Add model constraint to DIVS.l.
This commit is contained in:
parent
b4fcf92a62
commit
ab37b00356
@ -1324,7 +1324,7 @@ Preinstruction Predecoder<model>::decode4(uint16_t instruction) {
|
||||
case 0xec0: Decode(Op::JMP);
|
||||
|
||||
// 4-94 (p198)
|
||||
case 0xc40: Decode(Op::DIVSl);
|
||||
case 0xc40: DecodeReq(model >= Model::M68020, Op::DIVSl);
|
||||
|
||||
default: break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user