Home
last modified time | relevance | path

Searched refs:exec_last_inst (Results 1 – 2 of 2) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareBase.h264 inline void CheckImplicitRepro(cAvidaContext& ctx, bool exec_last_inst = false)
265 { if (m_implicit_repro_active) checkImplicitRepro(ctx, exec_last_inst); }
296 void checkImplicitRepro(cAvidaContext& ctx, bool exec_last_inst = false);
H A DcHardwareBase.cc1231 void cHardwareBase::checkImplicitRepro(cAvidaContext& ctx, bool exec_last_inst) in checkImplicitRepro() argument
1239 || (m_world->GetConfig().IMPLICIT_REPRO_END.Get() && exec_last_inst) in checkImplicitRepro()