$OpenBSD: patch-cpu_shift32_cc,v 1.1 2001/02/02 16:59:09 todd Exp $
--- cpu/shift32.cc.orig	Sat Mar 25 21:39:09 2000
+++ cpu/shift32.cc	Tue Oct 17 12:04:01 2000
@@ -79,7 +79,7 @@ BX_CPU_C::SHLD_EdGd(BxInstruction_t *i)
 BX_CPU_C::SHRD_EdGd(BxInstruction_t *i)
 {
 #if BX_CPU_LEVEL < 3
-  bx_panic("shrd_evgvib: not supported on < 386\n");
+  bio->panic("shrd_evgvib: not supported on < 386\n");
 #else
   Bit32u op1_32, op2_32, result_32;
   unsigned count;
