mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
11 lines
275 B
OpenEdge ABL
11 lines
275 B
OpenEdge ABL
// 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"
|
|
|