diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2019-01-28 16:12:18 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2019-01-31 17:31:54 +0000 |
commit | fbdf0b689eb31543292f52c71d14152d8ff1156a (patch) | |
tree | 1dcf080aec5df498327fb7c92e80c73e95761b2f /src/cpu/checker | |
parent | 244a984a006288bfe718451d0e44aed199cd8ae2 (diff) | |
download | gem5-fbdf0b689eb31543292f52c71d14152d8ff1156a.tar.xz |
python: Remove getCode() type workaround
Python 2.7 requires a workaround when wrapping exit objects to
explicitly convert the return of getCode() to int to not confuse
sys.exit. This workaround isn't needed and doesn't work on Python 3
since it doesn't have a separate long integer type.
Change-Id: I57bc3fd8f4699676c046ece8a52baa2796959ffd
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/15978
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/cpu/checker')
0 files changed, 0 insertions, 0 deletions