fix queue types
This commit is contained in:
parent
2cf3040aa2
commit
cbfc8fd42e
@ -10,9 +10,9 @@ Simulation = {}
|
|||||||
|
|
||||||
function Simulation.new(sim)
|
function Simulation.new(sim)
|
||||||
local o = {
|
local o = {
|
||||||
groupqueue = ffi.new("struct Gate*[131072]"),
|
groupqueue = ffi.new("struct Net*[131072]"),
|
||||||
num_groupqueue = ffi.new("int[1]"),
|
num_groupqueue = ffi.new("int[1]"),
|
||||||
gatequeue = ffi.new("struct Net*[131072]"),
|
gatequeue = ffi.new("struct Gate*[131072]"),
|
||||||
num_gatequeue = ffi.new("int[1]"),
|
num_gatequeue = ffi.new("int[1]"),
|
||||||
--groupfxqueue = {},
|
--groupfxqueue = {},
|
||||||
current_tick = 0,
|
current_tick = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user