【新增】添加原版luajit版本v2.1代码
This commit is contained in:
14
thirdPart/luajit/src/lj_bc.c
Normal file
14
thirdPart/luajit/src/lj_bc.c
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
** Bytecode instruction modes.
|
||||
** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
#define lj_bc_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lj_obj.h"
|
||||
#include "lj_bc.h"
|
||||
|
||||
/* Bytecode offsets and bytecode instruction modes. */
|
||||
#include "lj_bcdef.h"
|
||||
|
||||
Reference in New Issue
Block a user