simulator: Add PRNG field
This commit is contained in:
@@ -27,7 +27,7 @@ const programC = @import("projectC/main.zig").main;
|
||||
pub fn main(init: std.process.Init) !void {
|
||||
|
||||
var sim: Simulator = undefined;
|
||||
sim.init(std.heap.page_allocator, init.io);
|
||||
sim.init(std.heap.page_allocator, init.io, 0);
|
||||
defer sim.deinit();
|
||||
|
||||
// Associate executable names to zig entry functions
|
||||
|
||||
Reference in New Issue
Block a user