freebsd-ports/emulators/bochs/files/patch-fpu::reg_ld_str.c
Kirill Ponomarev e8991860cc Fix build with gcc-3.4
PR:		ports/71055
Submitted by:	Ports Fury
2004-08-28 06:06:17 +00:00

11 lines
291 B
C

--- fpu/reg_ld_str.c.orig Thu Feb 12 07:28:52 2004
+++ fpu/reg_ld_str.c Fri Aug 27 02:42:12 2004
@@ -315,7 +315,7 @@
/* Get a short from user memory */
-int BX_CPP_AttrRegparmN(1)
+int BX_CPP_AttrRegparmN(2)
FPU_load_int16(bx_address _s, FPU_REG *loaded_data)
{
s16 s, negative;