1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-25 12:29:34 +00:00

Add VM_OUTPUT DI entry

This commit is contained in:
Peter Evans 2018-02-07 00:01:57 -06:00
parent 09017aa171
commit c35a6cb827

View File

@ -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