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_A64/ARMJIT_LoadStore.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ARMJIT_A64') diff --git a/src/ARMJIT_A64/ARMJIT_LoadStore.cpp b/src/ARMJIT_A64/ARMJIT_LoadStore.cpp index 8aa1409..d9b7a68 100644 --- a/src/ARMJIT_A64/ARMJIT_LoadStore.cpp +++ b/src/ARMJIT_A64/ARMJIT_LoadStore.cpp @@ -67,7 +67,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