Test_Reenter

include vmm.inc

VMMcall Test_Reenter


The Test_Reenter service checks the re-entry count for the VMM and values of the DS, ES, and SS registers. If the re-entry count is not zero or the segment registers are not equal to the VMM data segment selector, the service displays an error message at the debugging terminal. This service is intended to be used only for debugging.

This is an asynchronous service.

Parameters

This service has no parameters.

Return Value

This service has no return value.

Comments

When the BeginProc macro creates a new service, the macro generates a call to Test_Reenter if the SERVICE attribute is specified with BeginProc and the DEBUG symbol is defined.

See Also

BeginProc