mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-06 04:59:43 +00:00
Fix bindings
This commit is contained in:
parent
082fccc1b2
commit
60dd038a16
@ -227,8 +227,8 @@ namespace Radare {
|
||||
public uint64 jump;
|
||||
public uint64 fail;
|
||||
public uint32 selector;
|
||||
public int64 ref;
|
||||
public uint64 value;
|
||||
public int64 ptr;
|
||||
public uint64 val;
|
||||
public int64 stackptr;
|
||||
public bool refptr;
|
||||
public char esil[64];
|
||||
@ -237,8 +237,8 @@ namespace Radare {
|
||||
public Value dst;
|
||||
}
|
||||
|
||||
public string to_string(Op op);
|
||||
public unowned string to_esil_string(Op op);
|
||||
public string op_to_string(Op op);
|
||||
public unowned string op_to_esil_string(Op op);
|
||||
|
||||
[Compact]
|
||||
[CCode (cprefix="r_anal_diff_", cname="RAnalDiff")]
|
||||
|
Loading…
Reference in New Issue
Block a user