mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SDK_assertの中身が間違っていたのを修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1834 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1c7349bbd1
commit
ec7f664403
@ -78,8 +78,8 @@ static char *s_strError[FATAL_ERROR_MAX];
|
||||
*---------------------------------------------------------------------------*/
|
||||
BOOL EL_Init( void* (*AllocFunc) (u32) , void (*FreeFunc) (void*) )
|
||||
{
|
||||
SDK_POINTER_ASSERT(allocFunc);
|
||||
SDK_POINTER_ASSERT(freeFunc);
|
||||
SDK_POINTER_ASSERT(AllocFunc);
|
||||
SDK_POINTER_ASSERT(FreeFunc);
|
||||
|
||||
elWork.Alloc = AllocFunc;
|
||||
elWork.Free = FreeFunc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user