Searched hist:13029 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/sim/ | ||
H A D | fd_array.hh | diff 13029:75abda747dc3 Wed Apr 18 14:42:00 EDT 2018 Brandon Potter <brandon.potter@amd.com> 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> |
H A D | fd_array.cc | diff 13029:75abda747dc3 Wed Apr 18 14:42:00 EDT 2018 Brandon Potter <brandon.potter@amd.com> 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> |
Completed in 14 milliseconds