Fix a number of issues with MCSymbolizer::tryAddingSymbolicOperand()
in X86Disassembler:
- Pass instruction size instead of immediate size.
- Correctly adjust the value of PC-relative operands.
- Set operand offset to zero when the operand is specified implicitly.
I am confused what you are fixing here. But it's not a clean fix at least, the comments of the function is not updated. Could you provide a LIT test?