From: Luke Kenneth Casson Leighton Date: Sun, 31 Jul 2022 21:19:21 +0000 (+0100) Subject: whoops should be True X-Git-Tag: sv_maxu_works-initial~187 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1efd05e410dd33888967b6dfe9a618f6b480f27;p=openpower-isa.git whoops should be True --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 8034f67c..a076a50b 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -1635,7 +1635,7 @@ class ISACaller(ISACallerHelper, ISAFPHelpers): # this is our Sub-Program-Counter loop from 0 to VL-1 pre = False post = False - nia_update = False + nia_update = True if self.allow_next_step_inc: log("SVSTATE_NEXT: inc requested, mode", self.svstate_next_mode, self.allow_next_step_inc)