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
+2 -2
View File
@@ -30,9 +30,9 @@ if binary.compiler.cc.behavior == 'msvc':
binary.sources += [
'BaseRuntime.cpp',
'engine2.cpp',
'compiled-function.cpp',
'dll_exports.cpp',
'jit_function.cpp',
'engine2.cpp',
'sp_vm_basecontext.cpp',
'sp_vm_engine.cpp',
'sp_vm_function.cpp',