$OpenBSD: patch-cpu_arith8_cc,v 1.1 2001/02/02 16:59:07 todd Exp $
--- cpu/arith8.cc.orig	Sat Mar 25 21:39:07 2000
+++ cpu/arith8.cc	Tue Oct 17 12:04:00 2000
@@ -509,7 +509,7 @@ BX_CPU_C::XADD_EbGb(BxInstruction_t *i)
 
   SET_FLAGS_OSZAPC_8(op1, op2, sum, BX_INSTR_XADD8);
 #else
-  bx_panic("XADD_EbGb: not supported on < 80486\n");
+  bio->panic("XADD_EbGb: not supported on < 80486\n");
 #endif
 }
 
@@ -756,6 +756,6 @@ BX_CPU_C::CMPXCHG_EbGb(BxInstruction_t *
     }
 
 #else
-  bx_panic("CMPXCHG_EbGb:\n");
+  bio->panic("CMPXCHG_EbGb:\n");
 #endif
 }
