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

@@ -20,7 +20,6 @@ Port = {}
function Port.new(type, direction, position, causeupdate, idx, gate)
local o = {
group = nil,
type = type,
direction = direction,
position = position,