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
@@ -25,7 +25,7 @@
#include "jit_shared.h"
#include "BaseRuntime.h"
#include "sp_vm_basecontext.h"
#include "jit_function.h"
#include "compiled-function.h"
#include "opcodes.h"
#include <am-thread-utils.h>