const
This commit is contained in:
parent
91902b8b17
commit
4992b723e7
1 changed files with 1 additions and 1 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -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_mode = (dst >> 3) & 7;
|
||||||
const uint8_t dst_reg = dst & 7;
|
const uint8_t dst_reg = dst & 7;
|
||||||
|
|
||||||
int operation = (instr >> 9) & 7;
|
const int operation = (instr >> 9) & 7;
|
||||||
|
|
||||||
switch(operation) {
|
switch(operation) {
|
||||||
case 0: { // MUL
|
case 0: { // MUL
|
||||||
|
|
Loading…
Add table
Reference in a new issue