Rename jit_function to compiled-function.

This commit is contained in:
2015-02-23 16:04:57 -08:00
parent 892b8c05b1
commit 45bac7feb0
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ OBJECTS = dll_exports.cpp \
engine2.cpp \
BaseRuntime.cpp \
opcodes.cpp \
jit_function.cpp \
compiled-function.cpp \
md5/md5.cpp \
zlib/adler32.c \
zlib/compress.c \