Test_Reenter


include vmm.inc

VMMcall Test_Reenter

Checks the re-entry count for the VMM and values of the DS, ES, and SS registers. This is an asynchronous service.

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.

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