$OpenBSD: patch-cpu_mult8_cc,v 1.1 2001/02/02 16:59:09 todd Exp $
--- cpu/mult8.cc.orig	Sat Mar 25 21:39:08 2000
+++ cpu/mult8.cc	Tue Oct 17 12:04:01 2000
@@ -175,11 +175,11 @@ BX_CPU_C::IDIV_ALEb(BxInstruction_t *i)
   quotient_8l = quotient_16 & 0xFF;
 
   if (quotient_16 != quotient_8l) {
-bx_printf("quotient_16: %04x, remainder_8: %02x, quotient_8l: %02x\n",
+bio->printf("quotient_16: %04x, remainder_8: %02x, quotient_8l: %02x\n",
   (unsigned) quotient_16, (unsigned) remainder_8, (unsigned) quotient_8l);
 AL = quotient_8l;
 AH = remainder_8;
-bx_printf("AH: %02x, AL: %02x\n", (unsigned) AH, (unsigned) AL);
+bio->printf("AH: %02x, AL: %02x\n", (unsigned) AH, (unsigned) AL);
     exception(BX_DE_EXCEPTION, 0, 0);
     }
 
