Deleted Added
full compact
1067a1068
> case 0xd:
1075,1076c1076
< insn->sibBase = (insn->addressSize == 4 ?
< SIB_BASE_EBP : SIB_BASE_RBP);
---
> insn->sibBase = (SIBBase)(sibBaseBase + base);
1080,1081c1080
< insn->sibBase = (insn->addressSize == 4 ?
< SIB_BASE_EBP : SIB_BASE_RBP);
---
> insn->sibBase = (SIBBase)(sibBaseBase + base);