Add missing return at end of function

This commit is contained in:
Laurent Vivier 2005-05-10 22:05:06 +00:00
parent 8dcd2e3be9
commit cb84c69fe5

View File

@ -221,6 +221,8 @@ int logical2physical(unsigned long logical, unsigned long *physical)
}
return MMU030_logical2physical(logical, physical);
#else
return 0;
#endif
}