Review Board 2.0.15


ruby: add parameters to functions related to addresses

Review Request #3424 - Created April 4, 2016 and updated - Latest diff uploaded

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11426:065361f6fd53
---------------------------
ruby: add parameters to functions related to addresses

The four functions related to addresses that require knowing the block
size are printAddress, getOffset, makeNextStrideAddress, and
makeLineAddress.

The block size is added to the function signature and is passed into the
constructors in this patch.