mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
Update LuaJIT to 2.0.4.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|// Low-level VM code for MIPS CPUs.
|
||||
|// Bytecode interpreter, fast functions and helper functions.
|
||||
|// Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h
|
||||
|// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
|
||||
|
|
||||
|.arch mips
|
||||
|.section code_op, code_sub
|
||||
@@ -398,7 +398,7 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
| // - A return back from a lua_call() with (high) nresults adjustment.
|
||||
| load_got lj_state_growstack
|
||||
| move MULTRES, RD
|
||||
| move CARG2, TMP2
|
||||
| srl CARG2, TMP2, 3
|
||||
| call_intern lj_state_growstack // (lua_State *L, int n)
|
||||
|. move CARG1, L
|
||||
| lw TMP2, SAVE_NRES
|
||||
|
||||
Reference in New Issue
Block a user