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:
aaaecc4
)
openpower.insndb.dis renamed to disasm in setup.py
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 3 Jun 2023 14:10:35 +0000
(15:10 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 3 Jun 2023 14:10:35 +0000
(15:10 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index a6b32207e9d73bec1238f20fa5f18c0c9222575e..37d637685d42b41f91eae6be74ce883b41a5163b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-84,7
+84,7
@@
setup(
'pypowersim=openpower.decoder.isa.pypowersim:run_simulation',
'pysvp64asm=openpower.insndb.asm:main',
'pysvp64db=openpower.insndb.db:main',
- 'pysvp64dis=openpower.insndb.dis:main',
+ 'pysvp64dis=openpower.insndb.dis
asm
:main',
],
},
)