$OpenBSD: patch-cpu_arith16_cc,v 1.1 2001/02/02 16:59:07 todd Exp $
--- cpu/arith16.cc.orig	Sat Mar 25 21:39:07 2000
+++ cpu/arith16.cc	Tue Oct 17 12:04:00 2000
@@ -553,7 +553,7 @@ BX_CPU_C::XADD_EwGw(BxInstruction_t *i)
 
     SET_FLAGS_OSZAPC_16(op1_16, op2_16, sum_16, BX_INSTR_XADD16);
 #else
-  bx_panic("XADD_EvGv: not supported on < 80486\n");
+  bio->panic("XADD_EvGv: not supported on < 80486\n");
 #endif
 }
 
@@ -804,6 +804,6 @@ BX_CPU_C::CMPXCHG_EwGw(BxInstruction_t *
       }
 
 #else
-  bx_panic("CMPXCHG_EwGw:\n");
+  bio->panic("CMPXCHG_EwGw:\n");
 #endif
 }
