arch: Include generated decoder header after normal headers
Review Request #3823 - Created Feb. 21, 2017 and submitted
Information | |
---|---|
Andreas Sandberg | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11877:0d512e211833 --------------------------- arch: Include generated decoder header after normal headers The generated decoder header defines macros that represent bit fields within instructions. These fields typically have short names that conflict with names in other header files. Include the generated header after all normal header to avoid this issue. Change-Id: I53d149b75432c20abdbf651e32c3c785d897973b Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Ship It!