neomagic: Fix invalid print format
Signed-off-by: Jaroslaw Pelczar <[email protected]> Change-Id: I1ab9ab87328a6e39c73c5e96095c1cfb424e4bc2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1780 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
458e37756b
commit
ea9bcf517a
@@ -75,8 +75,8 @@ const overlay_buffer *ALLOCATE_OVERLAY_BUFFER(color_space cs, uint16 width, uint
|
|||||||
/* acquire the shared benaphore */
|
/* acquire the shared benaphore */
|
||||||
AQUIRE_BEN(si->overlay.lock)
|
AQUIRE_BEN(si->overlay.lock)
|
||||||
|
|
||||||
LOG(4,("Overlay: cardRAM_start = $%08x\n",(uint32)((uint8*)si->framebuffer)));
|
LOG(4,("Overlay: cardRAM_start = $%p\n",((uint8*)si->framebuffer)));
|
||||||
LOG(4,("Overlay: cardRAM_start_DMA = $%08x\n",(uint32)((uint8*)si->framebuffer_pci)));
|
LOG(4,("Overlay: cardRAM_start_DMA = $%p\n",((uint8*)si->framebuffer_pci)));
|
||||||
LOG(4,("Overlay: cardRAM_size = %dKb\n",si->ps.memory_size));
|
LOG(4,("Overlay: cardRAM_size = %dKb\n",si->ps.memory_size));
|
||||||
|
|
||||||
/* find first empty slot (room for another buffer?) */
|
/* find first empty slot (room for another buffer?) */
|
||||||
|
|||||||
Reference in New Issue
Block a user