include vmm.inc
mov esi, Exception ; points to an Exception_Handler_Struc
VMMCall Remove_Exception_Handler
jc not_removed ; carry flag set if error
Removes the specified exception handler. Uses Flags.
Install_Exception_Handler