mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-27 19:44:18 +01:00
idd.i: register_info_t.dtyp is now converted to an integer
This commit is contained in:
parent
b22d629990
commit
b9f442ee1d
@ -1,7 +1,12 @@
|
||||
%ignore debugger_t;
|
||||
|
||||
%apply unsigned char (char dtyp);
|
||||
|
||||
%include "idd.hpp"
|
||||
|
||||
%clear(char dtyp);
|
||||
|
||||
|
||||
%inline %{
|
||||
char get_event_module_name(const debug_event_t* ev, char *buf, size_t bufsize)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user