mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
switch off the debugging of the JIT compiler which I had turned on accidentally. silence two harmless warnings
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <pgf/reader.h>
|
||||
#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: {
|
||||
|
||||
Reference in New Issue
Block a user