From bdf25fa3ca353d94dc91de6ee2df9989f8eb1aef Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Tue, 2 Sep 2008 05:38:36 +0000 Subject: [PATCH] Inexact Result (#P) unmasked responce CVS ---------------------------------------------------------------------- --- 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 334b368ad..74619a6f5 100644 --- a/bochs/cpu/cpu.h +++ b/bochs/cpu/cpu.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: cpu.h,v 1.517 2008-08-31 06:04:14 sshwarts Exp $ +// $Id: cpu.h,v 1.518 2008-09-02 05:38:36 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 MandrakeSoft S.A. @@ -3256,7 +3256,7 @@ public: // for now... BX_SMF void FPU_check_pending_exceptions(void); BX_SMF void FPU_stack_underflow(int stnr, int pop_stack = 0); BX_SMF void FPU_stack_overflow(void); - BX_SMF bx_bool FPU_exception(int exception); + BX_SMF unsigned FPU_exception(int exception); BX_SMF int fpu_save_environment(bxInstruction_c *); BX_SMF int fpu_load_environment(bxInstruction_c *); BX_SMF Bit8u pack_FPU_TW(Bit16u tag_word);