mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
fix code check
Signed-off-by: ZitongLi <lizitong2506@gmail.com> Change-Id: Iba944493d16fe437e9100b267cf6dcd43f53c797
This commit is contained in:
parent
b322c7a174
commit
35273f5009
@ -54,8 +54,8 @@ std::string GetHelper()
|
||||
return str;
|
||||
}
|
||||
|
||||
bool QuickFixQueryFuncColdPatch(std::string baseFileName,
|
||||
std::string &patchFileName, void ** patchBuffer, size_t &patchBufferSize)
|
||||
bool QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName,
|
||||
void ** patchBuffer, size_t &patchBufferSize)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user