include vmm.inc Pop_Client_State Pop_Client_State USES_ESI
Restores the client registers for the virtual machine.
USES_ESI
Optional parameter specifying that the macro may use the ESI register as a scratch register. Normally, Pop_Client_State preserves all registers. Slightly more efficient code is generated if ESI may be used.
This macro must not be used unless the Push_Client_State macro was previously used to save the client registers.
See also Push_Client_State