fixed multiple issue

This commit is contained in:
jiangzhengwenjz
2019-07-08 06:18:58 +08:00
parent 0e8a731cb8
commit 122f139582
5 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void DynamicPlaceholderTextUtil_Reset(void)
{
*ptr2-- = fillval;
}
while ((int)ptr2 >= (int)ptr);
while ((intptr_t)ptr2 >= (intptr_t)ptr);
}
void DynamicPlaceholderTextUtil_SetPlaceholderPtr(u8 idx, const u8 *ptr)