MCExpr pointer is owned by the MCOperand object
This commit is contained in:
parent
3c06f0d590
commit
b3bf7f86cd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class MCOperand:
|
|||
getReg = Method(cast(Unsigned, int))
|
||||
getImm = Method(cast(Int64, int))
|
||||
getFPImm = Method(cast(Double, float))
|
||||
getExpr = Method(const(ptr(MCExpr)))
|
||||
getExpr = Method(const(ownedptr(MCExpr)))
|
||||
|
||||
@MCInst
|
||||
class MCInst:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue