diff options
author | rekado <rekado@elephly.net> | 2014-09-18 19:46:49 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-09-18 19:46:49 +0200 |
commit | 80a146481150bd7e51df3cfcd8d03ebdb6ebf986 (patch) | |
tree | 793736319d660d30d9eda9e3979c783739e30733 /SHARC | |
parent | b04789463fac0da8f3a443b08080630650d12f9f (diff) |
remove unused type
Diffstat (limited to 'SHARC')
-rw-r--r-- | SHARC/Types.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SHARC/Types.hs b/SHARC/Types.hs index e58fed3..d6c9eac 100644 --- a/SHARC/Types.hs +++ b/SHARC/Types.hs @@ -163,10 +163,6 @@ data AccessType = Read | Write -- memory acces data WordAccess = NW | LW -- LW forces a long word access when address is in normal word address deriving Show -data BranchAbsRel = Abs -- direct branch (absolute address) - | Rel -- PC-relative branch - deriving Show - data BranchType = Jump | Call deriving Show |