mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
* Fix r_asm_op vapi
This commit is contained in:
parent
5875fe4cba
commit
eb3c3994ac
@ -47,7 +47,7 @@ public class RAsm {
|
||||
public int[] bits;
|
||||
}
|
||||
|
||||
[CCode (cname="RAsmOp", destroy_function="")]
|
||||
[CCode (cname="RAsmOp", destroy_function="", unref_function="")]
|
||||
public class Op {
|
||||
public int inst_len;
|
||||
public uint8 *buf;
|
||||
|
Loading…
Reference in New Issue
Block a user