[Avida-SVN] r3110 - branches/interrupt/source/cpu

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Mon Jan 12 10:08:54 PST 2009


Author: beckma24
Date: 2009-01-12 13:08:54 -0500 (Mon, 12 Jan 2009)
New Revision: 3110

Modified:
   branches/interrupt/source/cpu/cHardwareCPU.cc
Log:
add replacement instructions for interrupt handling

Modified: branches/interrupt/source/cpu/cHardwareCPU.cc
===================================================================
--- branches/interrupt/source/cpu/cHardwareCPU.cc	2009-01-12 16:15:22 UTC (rev 3109)
+++ branches/interrupt/source/cpu/cHardwareCPU.cc	2009-01-12 18:08:54 UTC (rev 3110)
@@ -621,10 +621,10 @@
 		
 		// Interrupt
     tInstLibEntry<tMethod>("MSG_received_handler_START", &cHardwareCPU::Inst_MSG_received_handler_START),  // soon to be removed
-    tInstLibEntry<tMethod>("msg_handler",                &cHardwareCPU::Inst_MSG_received_handler_START),
-    tInstLibEntry<tMethod>("moved_handler", &cHardwareCPU::Inst_Moved_handler_START),
+    tInstLibEntry<tMethod>("msg_handler", &cHardwareCPU::Inst_MSG_received_handler_START), // don't use yet
+    tInstLibEntry<tMethod>("moved_handler", &cHardwareCPU::Inst_Moved_handler_START), // don't use yet
     tInstLibEntry<tMethod>("interrupt_handler_END", &cHardwareCPU::Inst_interrupt_handler_END),  // soon to be removed
-		tInstLibEntry<tMethod>("end_handler",           &cHardwareCPU::Inst_interrupt_handler_END),
+		tInstLibEntry<tMethod>("end_handler", &cHardwareCPU::Inst_interrupt_handler_END),
 		
     // Placebo instructions
     tInstLibEntry<tMethod>("skip", &cHardwareCPU::Inst_Skip),




More information about the Avida-cvs mailing list