callclib

Generate code sequence to call C runtime library support routine. clib = CLIB.xxxx keepmask = mask of registers not to destroy. Currently can handle only 1. Should use a temporary rather than push/pop for speed.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
callclib
(,,
uint clib
,
regm_t* pretregs
,
regm_t keepmask
)
Suggestion Box / Bug Report