aboutsummaryrefslogtreecommitdiff
path: root/src/lj_bc.c
diff options
context:
space:
mode:
authorMike Pall <mike>2010-02-05 20:15:01 +0100
committerMike Pall <mike>2010-02-05 20:15:01 +0100
commitc4dadf1d67b5f91e7b80d92859eb85ae080f41f0 (patch)
tree2cd0b4a39eac8fad887b530c7727a10b39065078 /src/lj_bc.c
parenta0914c409b615af85eafb7e2787be628483ffde2 (diff)
downloadluajit-c4dadf1d67b5f91e7b80d92859eb85ae080f41f0.tar.gz
luajit-c4dadf1d67b5f91e7b80d92859eb85ae080f41f0.tar.bz2
luajit-c4dadf1d67b5f91e7b80d92859eb85ae080f41f0.zip
Move bytecode offsets from lj_vm.* to generated header.
Diffstat (limited to 'src/lj_bc.c')
-rw-r--r--src/lj_bc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_bc.c b/src/lj_bc.c
index ec3cf735..58e97b30 100644
--- a/src/lj_bc.c
+++ b/src/lj_bc.c
@@ -15,3 +15,5 @@ BCDEF(BCMODE)
15 0 15 0
16}; 16};
17 17
18#include "lj_bcdef.h"
19