mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
update LuaJIT to the latest commit (5a18d45)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|// Low-level VM code for MIPS64 CPUs.
|
||||
|// Bytecode interpreter, fast functions and helper functions.
|
||||
|// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
|
||||
|// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
|
||||
|//
|
||||
|// Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
|
||||
|// Sponsored by Cisco Systems, Inc.
|
||||
@@ -3065,7 +3065,6 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
| move TMP2, sp
|
||||
| dsubu sp, sp, TMP1
|
||||
| sd ra, -8(TMP2)
|
||||
| sll CARG2, CARG2, 3
|
||||
| sd r16, -16(TMP2)
|
||||
| sd CCSTATE, -24(TMP2)
|
||||
| move r16, TMP2
|
||||
|
||||
Reference in New Issue
Block a user