Rename BaseRuntime files to plugin-runtime.

This commit is contained in:
2015-02-23 16:44:15 -08:00
parent 2f71cb4cd7
commit 1f9b898702
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#include "jit_x86.h"
#include "../sp_vm_engine.h"
#include "../engine2.h"
#include "../BaseRuntime.h"
#include "../plugin-runtime.h"
#include "../sp_vm_basecontext.h"
#include "watchdog_timer.h"
#include "interpreter.h"
+1 -1
View File
@@ -23,7 +23,7 @@
#include <macro-assembler-x86.h>
#include <am-vector.h>
#include "jit_shared.h"
#include "BaseRuntime.h"
#include "plugin-runtime.h"
#include "sp_vm_basecontext.h"
#include "compiled-function.h"
#include "opcodes.h"