diff options
Diffstat (limited to 'src/arch/arm')
-rw-r--r-- | src/arch/arm/types.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh index 29828be75..9fd945abe 100644 --- a/src/arch/arm/types.hh +++ b/src/arch/arm/types.hh @@ -524,9 +524,6 @@ namespace ArmISA SXTX = 7 }; - typedef uint64_t LargestRead; - // Need to use 64 bits to make sure that read requests get handled properly - typedef int RegContextParam; typedef int RegContextVal; |