LLP64: adjust calls to printf-like functions with pointer arguments
[sbcl.git] / src / runtime / interrupt.c
index 447df7b..27ab564 100644 (file)
@@ -989,7 +989,7 @@ interrupt_handle_pending(os_context_t *context)
          * an interrupt arrived during GC (POST-GC, really) it was
          * handled. */
         if (original_pending_handler != data->pending_handler)
-            lose("pending handler changed in gc: %x -> %d.",
+            lose("pending handler changed in gc: %x -> %x.",
                  original_pending_handler, data->pending_handler);
     }