Revert "remove now-unnecessary SO global, since XER[SO] syntax now translates to...
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 10 May 2023 04:58:02 +0000 (21:58 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 10 May 2023 04:58:58 +0000 (21:58 -0700)
luke wants the SO global to stay even though it's unnecessary

This reverts commit a50eb1eb70ee305ba3091455cf1473abd4a74fb2.

src/openpower/decoder/isa/caller.py

index b5fc8bc809b2cbb4c29e4929ef38afcc3c2d3ee4..7671bc67b65bf343bc3d3ca12af602f728376458 100644 (file)
@@ -1250,6 +1250,7 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop):
                                'FPSCR': self.fpscr,
                                'undefined': undefined,
                                'mode_is_64bit': True,
+                               'SO': XER_bits['SO'],
                                'XLEN': 64  # elwidth overrides
                                })