More specifc errordescription

This commit is contained in:
Kingcom 2013-07-05 21:21:34 +02:00
parent 44f551ce4a
commit b112971514

View file

@ -80,7 +80,7 @@ public:
if (address % size) if (address % size)
{ {
sprintf(error,"Invalid memory access"); sprintf(error,"Invalid memory access (unaligned)");
return false; return false;
} }