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:
95ea4f7
)
oppc/ast: support REAL_PAGE_SIZE
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Tue, 16 Jan 2024 19:09:45 +0000
(22:09 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Tue, 16 Jan 2024 19:10:08 +0000
(22:10 +0300)
src/openpower/oppc/pc_ast.py
patch
|
blob
|
history
diff --git
a/src/openpower/oppc/pc_ast.py
b/src/openpower/oppc/pc_ast.py
index 520ea089b01da1862f13033363b9d23cedc25127..51c52244311aab2ff29cf4ec0facba9410f2cd2d 100644
(file)
--- a/
src/openpower/oppc/pc_ast.py
+++ b/
src/openpower/oppc/pc_ast.py
@@
-148,7
+148,12
@@
class XER(Literal, choices=("OV", "OV32", "CA", "CA32", "SO")):
pass
-class Reserve(Literal, choices=("RESERVE", "RESERVE_LENGTH", "RESERVE_ADDR")):
+class Reserve(Literal, choices=(
+ "REAL_PAGE_SIZE",
+ "RESERVE",
+ "RESERVE_LENGTH",
+ "RESERVE_ADDR"
+ )):
pass