FuncParamRegs

extern (C++) nothrow @safe
struct FuncParamRegs {
tym_t tyf;
int i;
int regcnt;
int xmmcnt;
uint numintegerregs;
uint numfloatregs;
const(ubyte)* argregs;
const(ubyte)* floatregs;
}
Suggestion Box / Bug Report