Rename sp_vm_basecontext to plugin-context.
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include "jit_x86.h"
|
||||
#include "../plugin-runtime.h"
|
||||
#include "../sp_vm_basecontext.h"
|
||||
#include "plugin-runtime.h"
|
||||
#include "plugin-context.h"
|
||||
#include "watchdog_timer.h"
|
||||
#include "interpreter.h"
|
||||
#include "environment.h"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <am-vector.h>
|
||||
#include "jit_shared.h"
|
||||
#include "plugin-runtime.h"
|
||||
#include "sp_vm_basecontext.h"
|
||||
#include "plugin-context.h"
|
||||
#include "compiled-function.h"
|
||||
#include "opcodes.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user