$OpenBSD: patch-cpu_mult16_cc,v 1.1 2001/02/02 16:59:08 todd Exp $
--- cpu/mult16.cc.orig	Sat Mar 25 21:39:08 2000
+++ cpu/mult16.cc	Tue Oct 17 12:04:01 2000
@@ -204,7 +204,7 @@ BX_CPU_C::IDIV_AXEw(BxInstruction_t *i)
 BX_CPU_C::IMUL_GwEwIw(BxInstruction_t *i)
 {
 #if BX_CPU_LEVEL < 2
-  bx_panic("IMUL_GvEvIv() unsupported on 8086!\n");
+  bio->panic("IMUL_GvEvIv() unsupported on 8086!\n");
 #else
 
 
@@ -249,7 +249,7 @@ BX_CPU_C::IMUL_GwEwIw(BxInstruction_t *i
 BX_CPU_C::IMUL_GwEw(BxInstruction_t *i)
 {
 #if BX_CPU_LEVEL < 3
-  bx_panic("IMUL_GvEv() unsupported on 8086!\n");
+  bio->panic("IMUL_GvEv() unsupported on 8086!\n");
 #else
 
     Bit16u product_16l;
