Skip to content

Commit

Permalink
Fix for a crash in interrogation, due to not returning a value in a f…
Browse files Browse the repository at this point in the history
…unction requiring a return
  • Loading branch information
malcom2073 committed Mar 17, 2014
1 parent b76f49d commit dca4c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/freeems/emsdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -982,4 +982,5 @@ MemoryLocation* EmsData::getLocalRamBlockInfo(unsigned short locationid)
return m_ramMemoryList[i];
}
}
return 0;
}

0 comments on commit dca4c02

Please sign in to comment.