guest_terminate()
Terminate the execution of a guest
Synopsis:
#include <qvm/guest.h>void guest_terminate(guest_termination_cause_t cause)Arguments:
- cause
- A GTC_* constant specifying the reason for the guest termination.
Page updated:
Terminate the execution of a guest
#include <qvm/guest.h>void guest_terminate(guest_termination_cause_t cause)