----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1964/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9818:c361a85085a6 --------------------------- cpu: Fix a bug in the O3 CPU introduced by the cache line patch This patch fixes a bug in the O3 fetch stage that was introduced when the cache line size was moved to the system. By mistake, the initialisation and resetting of the fetch stage was merged and put in the constructor. The resetting is now re-added where it should be. Diffs ----- src/cpu/o3/fetch_impl.hh 2492d7ccda7e Diff: http://reviews.gem5.org/r/1964/diff/ Testing ------- switcheroo is back to normal Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
