mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 05:44:11 +08:00
log
This commit is contained in:
parent
6830de0797
commit
91618a5858
@ -157,7 +157,7 @@ static int32_t bin_search( FHandle fd, acl_text_t game )
|
||||
log("2");
|
||||
int start = 0, end = gblcht.serc - 1;
|
||||
size = ACL_SERIAL_LEN(1);
|
||||
int found = -1;
|
||||
int found = -1;log("3");
|
||||
while( start <= end )
|
||||
{
|
||||
int mid = (start+end) >> 1;
|
||||
@ -173,7 +173,7 @@ log("2");
|
||||
}
|
||||
else end = mid - 1;
|
||||
}
|
||||
free( serials );
|
||||
free( serials );log("4");
|
||||
|
||||
return found < 0 ? -ACHTLIB_NOT_FOUND : found;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user