mark logic critical sections in tables

This commit is contained in:
Redo0
2021-06-05 19:38:45 -05:00
parent 00dc81948d
commit bfa1190cfe
3 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Gate = {}
function Gate.new(objref, definition)
local o = {
-- Logic Critical
in_queue = 0,
logic = definition.logic,
ports = {},