mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[build] Fix compiler warning on OpenBSD 5.7
Reported-by: Jiri B <jirib@devio.us> Tested-by: Jiri B <jirib@devio.us> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -103,7 +103,7 @@ void init_idt ( void ) {
|
|||||||
( uint32_t ) vec->next );
|
( uint32_t ) vec->next );
|
||||||
set_interrupt_vector ( intr, vec );
|
set_interrupt_vector ( intr, vec );
|
||||||
}
|
}
|
||||||
DBGC ( &intr_vec[0], "INTn vector at %p+%xn (phys %#lx+%xn)\n",
|
DBGC ( &intr_vec[0], "INTn vector at %p+%zxn (phys %#lx+%zxn)\n",
|
||||||
intr_vec, sizeof ( intr_vec[0] ),
|
intr_vec, sizeof ( intr_vec[0] ),
|
||||||
virt_to_phys ( intr_vec ), sizeof ( intr_vec[0] ) );
|
virt_to_phys ( intr_vec ), sizeof ( intr_vec[0] ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user