diff options
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 |