mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
Update LuaJIT to 2.0.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
** Stack frames.
|
||||
** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
|
||||
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
#ifndef _LJ_FRAME_H
|
||||
@@ -86,7 +86,11 @@ enum {
|
||||
#define CFRAME_OFS_ERRF (5*4)
|
||||
#define CFRAME_OFS_NRES (4*4)
|
||||
#define CFRAME_OFS_MULTRES (1*4)
|
||||
#if LJ_NO_UNWIND
|
||||
#define CFRAME_SIZE (12*8)
|
||||
#else
|
||||
#define CFRAME_SIZE (10*8)
|
||||
#endif
|
||||
#define CFRAME_SIZE_JIT (CFRAME_SIZE + 16)
|
||||
#define CFRAME_SHIFT_MULTRES 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user