From f99d9cd515995b2d628ca295bfc94a8565700c88 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 11 May 2023 18:53:59 -0700 Subject: [PATCH] Revert "add stub reset_xflags function" the function actually should be in pseudocode This reverts commit c44cd164b385a18fb635e7087c2a253c30d9c81c. --- src/openpower/decoder/helpers.py | 4 ---- 1 file changed, 4 deletions(-) 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): -- 2.30.2