projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48701f6
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 12 Sep 2021 13:37:10 +0000
(14:37 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 12 Sep 2021 13:37:10 +0000
(14:37 +0100)
src/openpower/util.py
patch
|
blob
|
history
diff --git
a/src/openpower/util.py
b/src/openpower/util.py
index 697b4cab35693feb77d04438af579dd6de71c62a..9be902dbd8721f32667cc054cc789514976f089d 100644
(file)
--- 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,