From 149a830934a24b94cf04f27f1c1264228b48b0ca Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Wed, 11 Jan 2006 19:08:10 +0000 Subject: [PATCH] Remove error for SMP config, just silently disable FAST_CALL optimization for SMF disabled --- bochs/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/config.h.in b/bochs/config.h.in index b2e1b66f5..b100e23ae 100644 --- a/bochs/config.h.in +++ b/bochs/config.h.in @@ -864,7 +864,7 @@ typedef #if BX_USE_CPU_SMF == 1 # define BX_CPP_AttrRegparmN(X) __attribute__((regparm(X))) #else -# error "FIXME: BX_FAST_FUNC_CALL doesn't work with BX_USE_CPU_SMF = 0" +// FIXME: BX_FAST_FUNC_CALL doesn't work with BX_USE_CPU_SMF = 0 # define BX_CPP_AttrRegparmN(X) /* Not defined */ #endif #else