From 7f8a29444cc9055445f6789513550922c55356d2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 15 May 2024 16:21:30 -0400 Subject: [PATCH] . Signed-off-by: Alyssa Rosenzweig --- FEXCore/Source/Interface/IR/Passes/RegisterAllocationPass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/FEXCore/Source/Interface/IR/Passes/RegisterAllocationPass.cpp b/FEXCore/Source/Interface/IR/Passes/RegisterAllocationPass.cpp index 4567b2abe8..3572b21e7c 100644 --- a/FEXCore/Source/Interface/IR/Passes/RegisterAllocationPass.cpp +++ b/FEXCore/Source/Interface/IR/Passes/RegisterAllocationPass.cpp @@ -454,6 +454,7 @@ bool ConstrainedRAPass::Run(IREmitter* IREmit) { SetReg(New, PhysicalRegister(GPRClass, NewReg)); SetReg(ClobberNew, PhysicalRegister(GPRClass, Blocked)); FreeReg(PhysicalRegister(GPRClass, Blocked)); + break; } }