x86: remove 'opaque' in the output of some instructions
This commit is contained in:
parent
ceae16d5a9
commit
38c1322bde
|
@ -36,7 +36,7 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O);
|
|||
|
||||
static void printopaquemem(MCInst *MI, unsigned OpNo, SStream *O)
|
||||
{
|
||||
SStream_concat(O, "opaque ptr ");
|
||||
SStream_concat(O, "ptr ");
|
||||
printMemReference(MI, OpNo, O);
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O);
|
|||
|
||||
static void printopaquemem(MCInst *MI, unsigned OpNo, SStream *O)
|
||||
{
|
||||
SStream_concat(O, "opaque ptr ");
|
||||
SStream_concat(O, "ptr ");
|
||||
printMemReference(MI, OpNo, O);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue