include vmm.inc
mov ebx, VMHandle
mov edi, OFFSET32 acb
mov eax, End_PM_App
VMMCall System_Control
Notifies the virtual device that a protected-mode application is ending. The virtual device may modify all general registers and flags.
Begin_PM_App, End_PM_App2