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

Parameters

cdb CodeBuilder

append generated code to this

pcs code*

original addressing mode to be updated

keepmsk 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