From: Luke Kenneth Casson Leighton Date: Sun, 12 Sep 2021 13:37:10 +0000 (+0100) Subject: whitespace X-Git-Tag: DRAFT_SVP64_0_1~22 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=928606585b44155baf8c8ab5e3a9232ecc695f4e;p=openpower-isa.git whitespace --- diff --git a/src/openpower/util.py b/src/openpower/util.py index 697b4cab..9be902db 100644 --- a/src/openpower/util.py +++ b/src/openpower/util.py @@ -3,6 +3,7 @@ import random from openpower.consts import FastRegsEnum from openpower.decoder.power_enums import SPRfull as SPR, spr_dict + # note that we can get away with using SPRfull here because the values # (numerical values) are what is used for lookup. spr_to_fast = { SPR.CTR: FastRegsEnum.CTR,