mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +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);
|
case 0xec0: Decode(Op::JMP);
|
||||||
|
|
||||||
// 4-94 (p198)
|
// 4-94 (p198)
|
||||||
case 0xc40: Decode(Op::DIVSl);
|
case 0xc40: DecodeReq(model >= Model::M68020, Op::DIVSl);
|
||||||
|
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user