diff options
author | Brandon Potter <brandon.potter@amd.com> | 2018-04-18 14:42:31 -0400 |
---|---|---|
committer | Anthony Gutierrez <anthony.gutierrez@amd.com> | 2018-09-19 20:53:13 +0000 |
commit | aa56ed4dc50255869e72b9399c671c21d88e88d4 (patch) | |
tree | 8d0b2e405e6a2334c505b8581dc7cedd728ec2e6 /src/sim/py_interact.hh | |
parent | 194d650536cb49c374efdb1fe0473b3eec5dea1e (diff) | |
download | gem5-aa56ed4dc50255869e72b9399c671c21d88e88d4.tar.xz |
syscall_emul: style changes and FDArray refactor
Some members were defined as public when they should have been
privately declared so these were moved to the appropriate spot.
The operator[] had inline specified for for an in-class
definition which is redundant since inline definitions are
always implicitly inline.
Private members had the leading underscore applied to them to
denote that they're private (consistent with style guide).
Changed static const defined class variable into a constexpr
with brace-list initialization.
Change-Id: If3054416b57827d1542e9ebab428d67d0e767723
Reviewed-on: https://gem5-review.googlesource.com/12110
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src/sim/py_interact.hh')
0 files changed, 0 insertions, 0 deletions