1
0
mirror of https://github.com/wg/wrk synced 2025-01-26 23:43:05 +08:00
wrk/deps/luajit/src/lj_bc.c

15 lines
261 B
C
Raw Normal View History

2013-08-11 15:26:32 +08:00
/*
** Bytecode instruction modes.
** Copyright (C) 2005-2013 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"