Review Board 2.0.15


ruby: restrict Address to being a type and not a variable name

Review Request #1921 - Created June 12, 2013 and submitted

Information
Lena Olson
gem5
default
Reviewers
Default
Changeset 9757:93871ba9c026
---------------------------
ruby: restrict Address to being a type and not a variable name
Change all occurrances of Address as a variable name to instead use Addr.
Address is an allowed name in slicc even when Address is also being used as a
type, leading to declarations of "Address Address". While this works, it
prevents adding another field of type Address because the compiler then thinks
Address is a variable name, not type.
util/regress --builds="ALPHA_MOESI_hammer,ALPHA_MESI_CMP_directory,ALPHA_MOESI_CMP_directory,ALPHA_MOESI_CMP_token,X86_MESI_CMP_directory" --compile-variants="debug" --test-variants='fast' --modes="fs"
Review request changed
Updated (June 24, 2013, 10:25 a.m.)

Status: Closed (submitted)