diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-09-11 09:24:45 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-09-11 09:24:45 -0500 |
commit | 637c6c7e3214cd2991aa4caf1a7082bb075357d5 (patch) | |
tree | 937aa719ee6ce9b27dbd5341f42a74935b05ac43 /src/mem/ruby/common | |
parent | f00347a20fca8bbb0a955723bf068e23fe66f170 (diff) | |
download | gem5-637c6c7e3214cd2991aa4caf1a7082bb075357d5.tar.xz |
Ruby: Use uint32_t instead of uint32 everywhere
Diffstat (limited to 'src/mem/ruby/common')
-rw-r--r-- | src/mem/ruby/common/TypeDefines.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/common/TypeDefines.hh b/src/mem/ruby/common/TypeDefines.hh index 3923c6b85..9596b07b5 100644 --- a/src/mem/ruby/common/TypeDefines.hh +++ b/src/mem/ruby/common/TypeDefines.hh @@ -30,7 +30,6 @@ #ifndef TYPEDEFINES_H #define TYPEDEFINES_H -typedef unsigned int uint32; typedef unsigned long long uint64; typedef long long int64; |