projects
/
wavedrum
/
sharc-disassembler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f22476
)
remove duplicate register names
master
author
rekado
<rekado@elephly.net>
Sat, 20 Sep 2014 11:52:36 +0000
(13:52 +0200)
committer
rekado
<rekado@elephly.net>
Sat, 20 Sep 2014 11:52:36 +0000
(13:52 +0200)
SHARC/Types.hs
patch
|
blob
|
history
diff --git
a/SHARC/Types.hs
b/SHARC/Types.hs
index 7d83eb5155e01a18735af62399417464c50a83f4..57db88ab8ce1bc7e12eea8a1908466ebbcda07e0 100644
(file)
--- a/
SHARC/Types.hs
+++ b/
SHARC/Types.hs
@@
-270,7
+270,6
@@
registerMemoryMap = fromList [ (0x30020,"EEMUIN")
, (0x1823,"IIEP0")
, (0x1824,"IMEP0")
, (0x1825,"ICEP0")
- , (0x1825,"CEP0")
, (0x1826,"CPEP0")
, (0x1827,"EBEP0")
, (0x1828,"TPEP0")
@@
-283,7
+282,6
@@
registerMemoryMap = fromList [ (0x30020,"EEMUIN")
, (0x1833,"IIEP1")
, (0x1834,"IMEP1")
, (0x1835,"ICEP1")
- , (0x1835,"CEP1")
, (0x1836,"CPEP1")
, (0x1837,"EBEP1")
, (0x1838,"TPEP1")