From: Jacob Lifshay Date: Fri, 12 May 2023 01:53:59 +0000 (-0700) Subject: Revert "add stub reset_xflags function" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72abbf1f8f32bea89820f82808f49a060f245416;p=openpower-isa.git Revert "add stub reset_xflags function" the function actually should be in pseudocode This reverts commit c44cd164b385a18fb635e7087c2a253c30d9c81c. --- diff --git a/src/openpower/decoder/helpers.py b/src/openpower/decoder/helpers.py index d36d346a..a7d8a37d 100644 --- a/src/openpower/decoder/helpers.py +++ b/src/openpower/decoder/helpers.py @@ -254,10 +254,6 @@ 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):