Review Board 2.0.15


ruby: print addresses in hex

Review Request #3124 - Created Sept. 18, 2015 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 11118:7bc7e7fee719
---------------------------
ruby: print addresses in hex
Changeset 4872dbdea907 replaced Address by Addr, but did not make changes
to print statements.  So the addresses which were being printed in hex earlier
along with their line address, were now being printed in decimals.  This patch
adds a function printAddress(Addr) that can be used to print the address in hex
along with the lines address.  This function has been put to use in some of the
places.  At other places, change has been made to print just the address in hex.

   

Issue Summary

1 0 0 1
Description From Last Updated Status
Review request changed
Updated (Sept. 18, 2015, 12:17 p.m.)

Status: Closed (submitted)