mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NANDコンテキストのコピーミス修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@943 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1db4646ea8
commit
d3591577c8
@ -147,7 +147,7 @@ BOOL OSi_FromBromToMenu( void )
|
|||||||
result = FALSE;
|
result = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if SDK_ARM7
|
#ifdef SDK_ARM7
|
||||||
// copy nand context
|
// copy nand context
|
||||||
MI_CpuCopyFast( &fromBromBuf->SDNandContext, (void*)HW_SD_NAND_CONTEXT_BUF, sizeof(SDPortContextData) );
|
MI_CpuCopyFast( &fromBromBuf->SDNandContext, (void*)HW_SD_NAND_CONTEXT_BUF, sizeof(SDPortContextData) );
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user