ljx

FORK: LuaJIT with native 5.2 and 5.3 support
git clone https://git.neptards.moe/neptards/ljx.git
Log | Files | Refs | README

lj_bc.c (261B)


      1 /*
      2 ** Bytecode instruction modes.
      3 ** Copyright (C) 2005-2016 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