Previous: , Up: VM instructions   [Contents][Index]


21.1.1.23 Instruction sync

Synopsys:

sync

Handle pending signals, and raise exceptions accordingly. This instruction should be emitted in strategic places, such as before backwards jumps and at function prolog, to assure signals are eventually attended to.

Stack: ( -- )

Exceptions: PVM_E_SIGNAL