diff --git a/plugins/freeems/emsdata.cpp b/plugins/freeems/emsdata.cpp index c5540a0..5a993ba 100644 --- a/plugins/freeems/emsdata.cpp +++ b/plugins/freeems/emsdata.cpp @@ -982,4 +982,5 @@ MemoryLocation* EmsData::getLocalRamBlockInfo(unsigned short locationid) return m_ramMemoryList[i]; } } + return 0; }