mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
Added interface file for allins.hpp
This commit is contained in:
parent
1a7b765989
commit
86d9408b93
7
swig/allins.i
Normal file
7
swig/allins.i
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// Ignore the unnedded externals
|
||||||
|
%ignore Instructions;
|
||||||
|
|
||||||
|
// This makes SWIG ignore the size def for the Intel enum
|
||||||
|
#define ENUM_SIZE(x)
|
||||||
|
|
||||||
|
%include "allins.hpp"
|
Loading…
Reference in New Issue
Block a user