VirtualBox

Changeset 41505 in vbox for trunk/src


Ignore:
Timestamp:
May 30, 2012 7:18:15 PM (13 years ago)
Author:
vboxsync
Message:

DISFormatYasmIsOddEncoding: OP_MOV reg,reg variants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r41501 r41505  
    14241424                return true;
    14251425
     1426            case OP_MOV:
     1427                if (   pCpu->opcode == 0x8a
     1428                    || pCpu->opcode == 0x8b)
     1429                    return true;
     1430                break;
     1431
    14261432            default:
    14271433                break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette