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:
e9098ab
)
insndb/core: fix Record ppc field
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Sat, 10 Jun 2023 18:25:29 +0000
(21:25 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Sat, 10 Jun 2023 18:25:29 +0000
(21:25 +0300)
src/openpower/insndb/core.py
patch
|
blob
|
history
diff --git
a/src/openpower/insndb/core.py
b/src/openpower/insndb/core.py
index 4f4213287f882b7a5b1990ba64c9bb3109547c1d..70e9c16cf62a58faf48e44c9646cae9edfd77024 100644
(file)
--- a/
src/openpower/insndb/core.py
+++ b/
src/openpower/insndb/core.py
@@
-937,7
+937,7
@@
class MarkdownRecord(Dataclass):
class Record(Dataclass):
name: str
section: Section
- ppc: PPCRecord
+ ppc: PPC
Multi
Record
fields: Fields
mdwn: MarkdownRecord
svp64: SVP64Record = None