cod3_ptrchk

Append code to cdb which validates pointer described by addressing mode in *pcs. Modify addressing mode in *pcs.

version(COMPILE)
extern (C++) nothrow
void
cod3_ptrchk
(,
code* pcs
,
regm_t keepmsk
)

Parameters

cdb

append generated code to this

pcs
Type: code*

original addressing mode to be updated

keepmsk
Type: regm_t

mask of registers we must not destroy or use if (keepmsk & RMstore), this will be only a store operation into the lvalue

Meta