From c35a6cb82720b18709e9f5a7d77c3fe6a52e8f94 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 7 Feb 2018 00:01:57 -0600 Subject: [PATCH] Add VM_OUTPUT DI entry --- include/vm_di.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vm_di.h b/include/vm_di.h index 1bdc863..a789d03 100644 --- a/include/vm_di.h +++ b/include/vm_di.h @@ -5,6 +5,7 @@ enum vm_di_entry { VM_CPU, VM_MACHINE, VM_REFLECT, + VM_OUTPUT, // This value is the size of the DI container we will construct. As // you can see, it's quite a bit higher than what would be implied