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:
fa6826f
)
typo: gpr not fpr
author
klehman
<klehman9@comcast.net>
Thu, 7 Oct 2021 17:19:40 +0000
(13:19 -0400)
committer
klehman
<klehman9@comcast.net>
Thu, 7 Oct 2021 17:19:40 +0000
(13:19 -0400)
src/openpower/test/state.py
patch
|
blob
|
history
diff --git
a/src/openpower/test/state.py
b/src/openpower/test/state.py
index ba80d31dab1adce4c358c835d272fb161266832c..7219919670cd1d3b9737d9c3cc91f1e2bf1181b5 100644
(file)
--- a/
src/openpower/test/state.py
+++ b/
src/openpower/test/state.py
@@
-64,7
+64,7
@@
class State:
All methods implemented must be generators.
-
F
PRs and CRs - stored as lists
+
G
PRs and CRs - stored as lists
XERs/PC - simple members
memory - stored as a dictionary {location: data}
"""