Skip to content
  • Jens Korinth's avatar
    Fix bug concerning empty slots · 17e1a3a7
    Jens Korinth authored
    * empty slots did not exist at all, resulting in reads/writes causing
      bus errors, crash
    * new Slot type Empty represents an empty slot
    * slots in status configuration are filled with empty slots to fix the
      problem
    * should not increase the size significantly; all empty slots are
      represented by the same ConstantRegister
    17e1a3a7