From 3064fc737e5a7a084aef6ffe4f3aebae19184b4b Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 25 Sep 2014 11:44:45 +0000 Subject: [PATCH] switch off the debugging of the JIT compiler which I had turned on accidentally. silence two harmless warnings --- src/runtime/c/pgf/jit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/c/pgf/jit.c b/src/runtime/c/pgf/jit.c index 4f6b8e8dc..48afcb1ea 100644 --- a/src/runtime/c/pgf/jit.c +++ b/src/runtime/c/pgf/jit.c @@ -7,7 +7,7 @@ #include #include "lightning.h" -#define PGF_JIT_DEBUG +//#define PGF_JIT_DEBUG struct PgfJitState { @@ -703,8 +703,8 @@ pgf_jit_function(PgfReader* rdr, PgfAbstr* abstr, break; } case PGF_INSTR_CASE_LIT: { - int target; - jit_insn *jump; + int target = 0; + jit_insn *jump = 0; switch (mod) { case 0: {