diff options
author | Gabe Black <gabeblack@google.com> | 2019-02-09 04:01:48 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-02-11 07:34:15 +0000 |
commit | bdef435d948a95207095fd1ee6359bdb622935f1 (patch) | |
tree | 17649b5e0f91437a6eceb5afd69d8158161bc4c8 /src/systemc/ext/systemc.h | |
parent | 8174d7c87b5a966ef3d7aa469923fc9a44f680fa (diff) | |
download | gem5-bdef435d948a95207095fd1ee6359bdb622935f1.tar.xz |
systemc: Change the type of a loop counter to avoid a warning.
g++ complained about comparing an signed int loop counter with the
return value of a size() function. This change changes it to an
unsigned to make g++ happy/quiet.
Change-Id: I28fa79c448465b24d77b5623860f9b991f313561
Reviewed-on: https://gem5-review.googlesource.com/c/16286
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/systemc.h')
0 files changed, 0 insertions, 0 deletions