mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-03 00:29:38 +00:00
Add VM_OUTPUT DI entry
This commit is contained in:
parent
09017aa171
commit
c35a6cb827
@ -5,6 +5,7 @@ enum vm_di_entry {
|
|||||||
VM_CPU,
|
VM_CPU,
|
||||||
VM_MACHINE,
|
VM_MACHINE,
|
||||||
VM_REFLECT,
|
VM_REFLECT,
|
||||||
|
VM_OUTPUT,
|
||||||
|
|
||||||
// This value is the size of the DI container we will construct. As
|
// 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
|
// you can see, it's quite a bit higher than what would be implied
|
||||||
|
Loading…
Reference in New Issue
Block a user