diff options
author | Ryan Gambord <gambordr@oregonstate.edu> | 2019-04-04 12:25:07 -0400 |
---|---|---|
committer | Ryan Gambord <gambordr@oregonstate.edu> | 2019-04-05 18:10:04 +0000 |
commit | 271f2aea84a280b68c234a57438b94629f254e7f (patch) | |
tree | afede1e2f1e1fdc54e060fb636ad25c0227f1f04 /src/mem/tport.hh | |
parent | 529d0cdbfe77a4ad655fe57f2d5320dbb760ef13 (diff) | |
download | gem5-271f2aea84a280b68c234a57438b94629f254e7f.tar.xz |
mem-cache: ambiguous use of abs function
std::abs doesn't accept unsigned long long, generating the error:
error: call to 'abs' is ambiguous
Use instead a compare-and-subtract idiom.
Also, Changed return type of distanceFromTrigger from unsigned int to Addr to
prevent overflow problems.
Change-Id: Ia7752c1c7a838f98e8c7ed6ade9f586f31bbcf7d
Signed-off-by: Ryan Gambord <gambordr@oregonstate.edu>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17788
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/mem/tport.hh')
0 files changed, 0 insertions, 0 deletions