mirror of
https://github.com/cemu-project/idapython.git
synced 2025-02-17 18:36:23 +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;
|
%ignore debugger_t;
|
||||||
|
|
||||||
|
%apply unsigned char (char dtyp);
|
||||||
|
|
||||||
%include "idd.hpp"
|
%include "idd.hpp"
|
||||||
|
|
||||||
|
%clear(char dtyp);
|
||||||
|
|
||||||
|
|
||||||
%inline %{
|
%inline %{
|
||||||
char get_event_module_name(const debug_event_t* ev, char *buf, size_t bufsize)
|
char get_event_module_name(const debug_event_t* ev, char *buf, size_t bufsize)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user