From 55ec724fee5cdc5ed91226f3e4f1aad11a3bcfb2 Mon Sep 17 00:00:00 2001 From: RSDuck Date: Tue, 31 Aug 2021 08:13:22 +0200 Subject: more fixes for literal invalidation --- src/ARMJIT_x64/ARMJIT_LoadStore.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ARMJIT_x64') diff --git a/src/ARMJIT_x64/ARMJIT_LoadStore.cpp b/src/ARMJIT_x64/ARMJIT_LoadStore.cpp index 24571bd..57efef4 100644 --- a/src/ARMJIT_x64/ARMJIT_LoadStore.cpp +++ b/src/ARMJIT_x64/ARMJIT_LoadStore.cpp @@ -74,7 +74,6 @@ bool Compiler::Comp_MemLoadLiteral(int size, bool signExtend, int rd, u32 addr) int invalidLiteralIdx = InvalidLiterals.Find(localAddr); if (invalidLiteralIdx != -1) { - InvalidLiterals.Remove(invalidLiteralIdx); return false; } -- cgit v1.2.3