diff options
Diffstat (limited to 'hw/i386/sgx.c')
-rw-r--r-- | hw/i386/sgx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/sgx.c b/hw/i386/sgx.c index a2b318dd93..a44d66ba2a 100644 --- a/hw/i386/sgx.c +++ b/hw/i386/sgx.c @@ -315,7 +315,7 @@ void pc_machine_init_sgx_epc(PCMachineState *pcms) } if ((sgx_epc->base + sgx_epc->size) < sgx_epc->base) { - error_report("Size of all 'sgx-epc' =0x%"PRIu64" causes EPC to wrap", + error_report("Size of all 'sgx-epc' =0x%"PRIx64" causes EPC to wrap", sgx_epc->size); exit(EXIT_FAILURE); } |