fix typo when getting pseudo-code output variables
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Mar 2023 05:00:43 +0000 (22:00 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Mar 2023 05:00:43 +0000 (22:00 -0700)
src/openpower/decoder/isa/caller.py

index 61453f31492d81dd84c98ce6bac6945eb5886ef9..5552d1500f812a50e8e8d2d9630b869aac0758e3 100644 (file)
@@ -1974,7 +1974,7 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop):
 
         # detect if CA/CA32 already in outputs (sra*, basically)
         ca = outs.get("CA")
-        ca32 = outs.get("CA32 ")
+        ca32 = outs.get("CA32")
 
         log("carry already done?", ca, ca32, output_names)
         carry_en = yield self.dec2.e.do.output_carry