From add9107daedbd1f0600e4382a6aeadfb8feb76d8 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 15 Nov 2002 18:12:04 +0000 Subject: [PATCH] - add BOCHSAPI to bxICache_c --- bochs/cpu/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/cpu/cpu.h b/bochs/cpu/cpu.h index 5f4401516..f37c27de6 100644 --- a/bochs/cpu/cpu.h +++ b/bochs/cpu/cpu.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: cpu.h,v 1.116 2002-11-15 12:44:38 sshwarts Exp $ +// $Id: cpu.h,v 1.117 2002-11-15 18:12:04 bdenney Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 MandrakeSoft S.A. @@ -989,7 +989,7 @@ class bxICacheEntry_c { bxInstruction_c i; // The instruction decode information. }; -class bxICache_c { +class BOCHSAPI bxICache_c { public: bxICacheEntry_c entry[BxICacheEntries];