[Avida-cvs] [avida-svn] r734 - development/source/cpu

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Tue Jun 6 05:24:01 PDT 2006


Author: brysonda
Date: 2006-06-06 08:24:00 -0400 (Tue, 06 Jun 2006)
New Revision: 734

Modified:
   development/source/cpu/cHardwareSMT.cc
Log:
Fix SMT Threading so that m_mem_lbls is properly cleared on hardware reset.

Modified: development/source/cpu/cHardwareSMT.cc
===================================================================
--- development/source/cpu/cHardwareSMT.cc	2006-06-05 19:34:47 UTC (rev 733)
+++ development/source/cpu/cHardwareSMT.cc	2006-06-06 12:24:00 UTC (rev 734)
@@ -150,6 +150,7 @@
   
   // We want to reset to have a single thread.
   m_threads.Resize(1);
+  m_thread_lbls.ClearAll();
 	
   // Reset that single thread.
   m_threads[0].Reset(this, 0);




More information about the Avida-cvs mailing list