cemu-idapython/swig/dbg.i

11 lines
275 B
OpenEdge ABL
Raw Normal View History

// SWIG chokes on the original declaration so it is replicated here
typedef struct
{
ulonglong ival; // 8: integer value
ushort fval[6]; // 12: floating point value in the internal representation (see ieee.h)
} regval_t;
%immutable dbg;
%include "dbg.hpp"