Skip to content
Snippets Groups Projects
Commit 11aa8b52 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed bytewidht issue

parent 1f1fd3c9
No related branches found
No related tags found
1 merge request!13My stars improvements
......@@ -271,7 +271,7 @@ class STARS_IRDB_op_t : public STARS_op_t
} operand;
enum OperandType_t { op_Void, op_Reg, op_Mem, op_Imm, op_CrReg, op_DrReg, op_Eflags, op_MMXReg, op_XMMReg, op_YMMReg, op_FPReg, op_Mxcsr, op_SegReg, op_Addr } OpType;
STARS_RegNo SegReg;
int byteWidth:5;
uint32_t byteWidth:6;
bool visible:1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment