mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
inline指定が抜けていたのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2059 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
e279ad78a2
commit
c73251f889
@ -133,7 +133,7 @@ static inline BOOL UTL_CheckAppRegion( u32 card_region_bitmap )
|
||||
}
|
||||
|
||||
// CRCチェック
|
||||
static BOOL UTL_CheckAppCRC16( ROM_Header_Short *pROMH )
|
||||
static inline BOOL UTL_CheckAppCRC16( ROM_Header_Short *pROMH )
|
||||
{
|
||||
u16 calc_crc = SVC_GetCRC16( 65535, pROMH, 0x015e );
|
||||
if( ( calc_crc != pROMH->header_crc16 ) ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user