This commit is contained in:
folkert van heusden 2024-04-08 14:44:03 +02:00
parent 91902b8b17
commit 4992b723e7
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -619,7 +619,7 @@ bool cpu::additional_double_operand_instructions(const uint16_t instr)
const uint8_t dst_mode = (dst >> 3) & 7;
const uint8_t dst_reg = dst & 7;
int operation = (instr >> 9) & 7;
const int operation = (instr >> 9) & 7;
switch(operation) {
case 0: { // MUL