From 765d2cf3ebaadd15095b1adb930c937214870429 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 5 Sep 2018 13:13:36 +0200 Subject: [PATCH] Another VM state. --- include/ph7int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ph7int.h b/include/ph7int.h index f2f9216..4c78a30 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -1365,6 +1365,7 @@ struct VmShutdownCB { * Allowed value for ph7_vm.nMagic */ #define PH7_VM_INIT 0xFADE9512 /* VM correctly initialized */ +#define PH7_VM_INCL 0xC0DEBABE /* VM waiting for compiling included file */ #define PH7_VM_RUN 0xEA271285 /* VM ready to execute PH7 bytecode */ #define PH7_VM_EXEC 0xCAFE2DAD /* VM executing PH7 bytecode */ #define PH7_VM_STALE 0xBAD1DEAD /* Stale VM */