[avida-cvs] avida CVS commits: /current/source/cpu hardware_cpu.cc

dule123 avida-cvs at alife.org
Mon Jun 30 23:00:58 PDT 2003


dule123		Mon Jun 30 15:00:58 2003 EDT

  Modified files:              
    /avida/current/source/cpu	hardware_cpu.cc 
  Log:
  added divide-sex and divide-asex commands that got lost during some 
  of the recent code restructuring. thanks kaben. 
  
  
  
Index: avida/current/source/cpu/hardware_cpu.cc
diff -u avida/current/source/cpu/hardware_cpu.cc:1.51 avida/current/source/cpu/hardware_cpu.cc:1.52
--- avida/current/source/cpu/hardware_cpu.cc:1.51	Fri Jun 13 14:49:59 2003
+++ avida/current/source/cpu/hardware_cpu.cc	Mon Jun 30 15:00:57 2003
@@ -430,6 +430,9 @@
     cInstEntryCPU("h-copy9",    &cHardwareCPU::Inst_HeadCopy9),
     cInstEntryCPU("h-copy10",   &cHardwareCPU::Inst_HeadCopy10),
 
+    cInstEntryCPU("divide-sex",    &cHardwareCPU::Inst_HeadDivideSex),
+    cInstEntryCPU("divide-asex",   &cHardwareCPU::Inst_HeadDivide1),
+
     cInstEntryCPU("h-divide1",      &cHardwareCPU::Inst_HeadDivide1),
     cInstEntryCPU("h-divide2",      &cHardwareCPU::Inst_HeadDivide2),
     cInstEntryCPU("h-divide3",      &cHardwareCPU::Inst_HeadDivide3),






More information about the Avida-cvs mailing list