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.
This service has no parameters.
This service has no return value.
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.