aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luajit-2.0/src/lj_bc.c
blob: feb8e44d5f03d82a7c795569545fe550809bad9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
** Bytecode instruction modes.
** Copyright (C) 2005-2011 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"