diff --git a/swig/allins.i b/swig/allins.i new file mode 100644 index 0000000..6c2fe8f --- /dev/null +++ b/swig/allins.i @@ -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"