cleanups :-)

This commit is contained in:
gbeauche 2003-10-06 21:01:22 +00:00
parent 974ebd5d91
commit 0cb51c42dd

View File

@ -726,7 +726,6 @@ bool PatchROM(void)
return false; return false;
// Check that other ROM addresses point to really free regions // Check that other ROM addresses point to really free regions
printf("%08x\n", ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)));
if (ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)) != 0x6b636b63) if (ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)) != 0x6b636b63)
return false; return false;
if (ntohl(*(uint32 *)(ROM_BASE + PUT_SCRAP_PATCH_SPACE)) != 0x6b636b63) if (ntohl(*(uint32 *)(ROM_BASE + PUT_SCRAP_PATCH_SPACE)) != 0x6b636b63)