1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build with gcc-3.4

PR:		ports/71055
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-08-28 06:06:17 +00:00
parent af23ca47e9
commit e8991860cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117480

View File

@ -0,0 +1,11 @@
--- 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;