[Gems-users] Error: regbox.h: Vanilla [%d] maxvanilla[64]


Date: Mon, 14 Mar 2011 19:01:54 -0700 (PDT)
From: Muhammad abid Mughal <mabidm_pieas@xxxxxxxxx>
Subject: [Gems-users] Error: regbox.h: Vanilla [%d] maxvanilla[64]
hi guys,
            Hope doing good.The following assertion getting failed in opal's regbox.h file

inline void setVanilla(byte_t vanilla) {
     . 
     .

  Assert(vanilla < 64);
  m_vanilla = vanilla;

}


I connected the gdb and got the following calling sequence:

system_t::simulate() calls pseq_t::advanceCycle() calls pseq_t::decodeInstruction() calls dynamic_inst_t::Decode() calls arf_container_t::readDecodeMap() calls reg_id_t::setVanilla()


i am stuck.Any help will be highly appreciated.

Regards,
Muhammad abid

[← Prev in Thread] Current Thread [Next in Thread→]