fix more red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23714 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4966666062
commit
628cbae4ed
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ tCheckROM CheckBootROM(void)
|
|||
unsigned* pRom = (unsigned*)0x0;
|
||||
unsigned i;
|
||||
|
||||
boot_crc = crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF);
|
||||
boot_crc = rb->crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF);
|
||||
if (boot_crc == 0x56DBA4EE /* the known boot ROM */
|
||||
#if PLATFORM_ID == ID_PLAYER
|
||||
/* alternative boot ROM found in one single player so far */
|
||||
|
|
Loading…
Reference in a new issue