----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1345/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9149:56533035907f --------------------------- Alpha System: override startup(), instead of loadState() Alpha System was overriding loadState() function to setup some functional event. This is not correct since it is not known if the memory has been correctly setup. This was also happening in the initState() function. With this patch, Alpha System overrides the startup() function, and sets up functional events in this function. Diffs ----- src/arch/alpha/system.hh a7a72f42919e src/arch/alpha/system.cc a7a72f42919e Diff: http://reviews.gem5.org/r/1345/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
