add stub reset_xflags function
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 7 May 2023 09:12:41 +0000 (10:12 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 7 May 2023 09:12:41 +0000 (10:12 +0100)
src/openpower/decoder/helpers.py

index 17ddbe0b3a3f4403e6cc18a78b5ed73a0560f035..c1ecd9d19287d43726c1ffcb42b2779f723fca86 100644 (file)
@@ -252,6 +252,10 @@ def _maxmag(a, b):
 
 
 class ISAFPHelpers:
+
+    # XXX stub
+    def reset_xflags(self): pass
+
     # bfp32/64_OP naming mirrors that in the Power ISA spec.
 
     def bfp64_ATAN2PI(self, a, b):