Skip to content
Snippets Groups Projects
Commit 20c8f64f authored by Øyvind Harboe's avatar Øyvind Harboe
Browse files

Fix warning.

parent 1f917bdc
No related branches found
No related tags found
No related merge requests found
......@@ -590,7 +590,7 @@ int arm11_run_instr_data_to_core_noack(arm11_common_t * arm11, uint32_t opcode,
Readies = (uint8_t *) malloc(bytes);
if (Readies == NULL)
{
LOG_ERROR("Out of memory allocating %d bytes", bytes);
LOG_ERROR("Out of memory allocating " ZU " bytes", bytes);
return ERROR_FAIL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment