prolog_frame

Set up frame register.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
prolog_frame
(,
bool farfunc
,
ref uint xlocalsize
,
out bool enter
,
out int cfa_offset
)

Parameters

cdb CodeBuilder

write generated code here

farfunc bool

true if a far function

enter bool

set to true if ENTER instruction can be used, false otherwise

xlocalsize uint

amount of local variables, set to amount to be subtracted from stack pointer

cfa_offset int

set to frame pointer's offset from the CFA

Return Value

Type: void

generated code

Suggestion Box / Bug Report