repo.or.cz
/
luajit-2.0.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix compilation on OpenBSD.
[luajit-2.0.git]
/
src
/
lj_bc.c
blob
1770273d6295e29624c3f39c78c11b4b9624a40a
1
/*
2
** Bytecode instruction modes.
3
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
4
*/
5
6
#define lj_bc_c
7
#define LUA_CORE
8
9
#include
"lj_obj.h"
10
#include
"lj_bc.h"
11
12
/* Bytecode offsets and bytecode instruction modes. */
13
#include
"lj_bcdef.h"
14