commit 5f603bd951801baad051405ff51f703739fa2c6e parent 21182f92a0e560602b7510473457c6303fca35da Author: Paul Longtine <paul@nanner.co> Date: Tue, 18 Oct 2016 13:55:18 -0400 Update bc.c Diffstat:
M | src/vm/src/bc.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vm/src/bc.c b/src/vm/src/bc.c @@ -25,7 +25,7 @@ bc_cont* bc_cont_new(void) new->sarg[0] = 0; new->sarg[1] = 0; - + new->sarg[2] = 0; return new; }