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)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 2 Jun 2023 18:51:18 +0000 (19:51 +0100)
luke wants the SO global to stay even though it's unnecessary

This reverts commit a50eb1eb70ee305ba3091455cf1473abd4a74fb2.

src/openpower/decoder/isa/caller.py

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