Searched refs:dataStackCopy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c2906 ficlStack dataStackCopy; local
2936 memcpy((void*)&dataStackCopy, (void*)vm->dataStack, sizeof (ficlStack));
2982 memcpy((void*)vm->dataStack, (void*)&dataStackCopy,

Completed in 87 milliseconds