Browse Source

remove jit-cfg.h and jit-cfg.c from the build, leave them in the tree for reference

cache-refactoring
Aleksey Demakov 16 years ago
parent
commit
97649888b6
  1. 1
      ChangeLog
  2. 2
      jit/Makefile.am

1
ChangeLog

@ -4,6 +4,7 @@
instead of zero on error.
* jit/jit-insn.c (jit_insn_call_finally): create a new block after
JIT_OP_CALL_FINALLY.
* jit/Makefile.am (libjit_la_SOURCES): remove jit-cfg.[ch].
2009-04-24 Michele Tartara <mikyt@users.sourceforge.net>

2
jit/Makefile.am

@ -18,8 +18,6 @@ libjit_la_SOURCES = \
jit-block.c \
jit-cache.h \
jit-cache.c \
jit-cfg.h \
jit-cfg.c \
jit-context.c \
jit-cpuid-x86.h \
jit-cpuid-x86.c \

Loading…
Cancel
Save