[Avida-SVN] r2939 - development/source/cpu

blwalker at myxo.css.msu.edu blwalker at myxo.css.msu.edu
Wed Nov 12 18:00:06 PST 2008


Author: blwalker
Date: 2008-11-12 21:00:06 -0500 (Wed, 12 Nov 2008)
New Revision: 2939

Modified:
   development/source/cpu/cHardwareCPU.cc
Log:

Marking Inst_CollectNoEnvReturn for speculative stall.


Modified: development/source/cpu/cHardwareCPU.cc
===================================================================
--- development/source/cpu/cHardwareCPU.cc	2008-11-12 05:12:31 UTC (rev 2938)
+++ development/source/cpu/cHardwareCPU.cc	2008-11-13 02:00:06 UTC (rev 2939)
@@ -211,7 +211,7 @@
     tInstLibEntry<tMethod>("sense-m100", &cHardwareCPU::Inst_SenseMult100, nInstFlag::STALL),   // the names to cStats::cStats() @JEB
     tInstLibEntry<tMethod>("if-resources", &cHardwareCPU::Inst_IfResources, nInstFlag::STALL),
     tInstLibEntry<tMethod>("collect", &cHardwareCPU::Inst_Collect, nInstFlag::STALL),
-    tInstLibEntry<tMethod>("collect-no-env-remove", &cHardwareCPU::Inst_CollectNoEnvRemove),
+    tInstLibEntry<tMethod>("collect-no-env-remove", &cHardwareCPU::Inst_CollectNoEnvRemove, nInstFlag::STALL),
     tInstLibEntry<tMethod>("collect-no-internal-add", &cHardwareCPU::Inst_CollectNoInternalAdd, nInstFlag::STALL),
 
     tInstLibEntry<tMethod>("donate-rnd", &cHardwareCPU::Inst_DonateRandom),




More information about the Avida-cvs mailing list