stoneage8.5/石器时代8.5客户端最新源代码/石器源码/mylua/lua/lj_bc.c

15 lines
261 B
C
Raw Permalink Normal View History

/*
** Bytecode instruction modes.
** Copyright (C) 2005-2014 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"