Searched hist:8917 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/arch/power/isa/ | ||
H A D | bitfields.isa | diff 8917:a16ba72db7d0 Mon Mar 26 05:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Power: Change bitfield name to avoid conflicts with range_map This patch changes the name of a bitfield from W to W_FIELD to avoid clashes with W being used as a class (typename) in the templatized range_map. It also changes L to L_FIELD to avoid future problems. The problem manifestes itself when the CPU includes a header that in turn includes range_map.hh. The relevant parts of the decoder are updated. |
H A D | decoder.isa | diff 8917:a16ba72db7d0 Mon Mar 26 05:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Power: Change bitfield name to avoid conflicts with range_map This patch changes the name of a bitfield from W to W_FIELD to avoid clashes with W being used as a class (typename) in the templatized range_map. It also changes L to L_FIELD to avoid future problems. The problem manifestes itself when the CPU includes a header that in turn includes range_map.hh. The relevant parts of the decoder are updated. |
Completed in 9 milliseconds