Revert "x86: fix lcall seg:off format for x86-16 (#1827)" (#1833)

This reverts commit e4965783cf.

Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
pancake 2022-01-28 03:22:00 +01:00 committed by GitHub
parent 443cae28a8
commit 0f41307fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32207,7 +32207,7 @@ static void printInstruction(MCInst *MI, SStream *O)
break; break;
case 1: case 1:
// ADC16mi, ADC16mi8, ADC16mr, ADC16ri, ADC16ri8, ADC16rm, ADC16rr, ADC16... // ADC16mi, ADC16mi8, ADC16mr, ADC16ri, ADC16ri8, ADC16rm, ADC16rr, ADC16...
SStream_concat0(O, ":"); SStream_concat0(O, ", ");
break; break;
case 2: case 2:
// ADD_FrST0, DIVR_FrST0, DIV_FrST0, FPNCEST0r, MUL_FrST0, SUBR_FrST0, SU... // ADD_FrST0, DIVR_FrST0, DIV_FrST0, FPNCEST0r, MUL_FrST0, SUBR_FrST0, SU...