mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix(spmd): error macro to use correct print format" into integration
This commit is contained in:
commit
c8390565b2
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static uint64_t spmd_secure_interrupt_handler(uint32_t id,
|
|||
|
||||
rc = spmd_spm_core_sync_entry(ctx);
|
||||
if (rc != 0ULL) {
|
||||
ERROR("%s failed (%llu) on CPU%u\n", __func__, rc, linear_id);
|
||||
ERROR("%s failed (%" PRId64 ") on CPU%u\n", __func__, rc, linear_id);
|
||||
}
|
||||
|
||||
ctx->secure_interrupt_ongoing = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue