python: Remove uses of tuple unpacking in function params
authorAndreas Sandberg <andreas.sandberg@arm.com>
Sat, 26 Jan 2019 09:07:54 +0000 (09:07 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 13 Feb 2019 09:53:42 +0000 (09:53 +0000)
commite67a3d19b7fabd86d220534302a65ad3b62f751e
treec3272e7cdfc7e3067342e175bc3fedb68c7e7f53
parent23af972756a98410bd41472bd33ea651b5180f07
python: Remove uses of tuple unpacking in function params

Python 3 doesn't support tuple unpacking in function parameters and
lambdas.

Change-Id: I36c72962e33a9ad37145089687834becccc76adb
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/15991
Reviewed-by: Gabe Black <gabeblack@google.com>
src/python/m5/SimObject.py