mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-27 19:44:18 +01:00
ua.i: op_t char member (n, offb, etc.) are now correctly converted to integers
This commit is contained in:
parent
9530fbacfa
commit
3eb4d4710a
@ -1,6 +1,15 @@
|
||||
%apply unsigned char { char n };
|
||||
%apply unsigned char { char offb };
|
||||
%apply unsigned char { char offo };
|
||||
%apply unsigned char { char dtyp };
|
||||
|
||||
%include "ua.hpp"
|
||||
|
||||
%clear (char n);
|
||||
%clear (char offb);
|
||||
%clear (char offo);
|
||||
%clear (char dtyp);
|
||||
|
||||
// Small function to get the global cmd pointer
|
||||
// In Python it returns an insn_t class instance
|
||||
%inline {
|
||||
|
Loading…
Reference in New Issue
Block a user