Codex告警清除
【背景】 Codex扫描告警清除 【修改方案】 将不可屏蔽告警进行修复 re #I4PNO3 Signed-off-by: xuiny <xuxinyu6@huawei.com> Change-Id: If6f85eb9679d47e6256f24cdc74246df78da579d
This commit is contained in:
@@ -319,7 +319,7 @@ static INT32 HiDumperIoctl(struct file *filep, INT32 cmd, unsigned long arg)
|
||||
break;
|
||||
case HIDUMPER_MEM_DATA:
|
||||
if (g_adapter.DumpMemData != NULL) {
|
||||
g_adapter.DumpMemData((struct MemDumpParam *)arg);
|
||||
g_adapter.DumpMemData((struct MemDumpParam *)((UINTPTR)arg));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user