You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
261 B
15 lines
261 B
1 month ago
|
/*
|
||
|
** Bytecode instruction modes.
|
||
|
** Copyright (C) 2005-2016 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"
|
||
|
|