Add remaining possible uses of MOVBE

Also fixes a missing 'break' statement in DisassembleMov().
This commit is contained in:
Tillmann Karras
2014-04-23 15:05:40 +02:00
parent 13b1ff5160
commit acfd9ee76c
6 changed files with 161 additions and 144 deletions

View File

@ -17,6 +17,7 @@ struct InstructionInfo
bool signExtend;
bool hasImmediate;
bool isMemoryWrite;
bool byteSwap;
u64 immediate;
s32 displacement;
};