diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-28 06:06:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-28 06:06:17 +0000 |
commit | e8991860cc764d96294ed8d61882ac6cc0507e14 (patch) | |
tree | 60e53329a97beac5313cbbaeaf8f9b5b5ce57872 /emulators/bochs/files | |
parent | Update to 0.8.0 and assign maintainership. (diff) |
Fix build with gcc-3.4
PR: ports/71055
Submitted by: Ports Fury
Diffstat (limited to 'emulators/bochs/files')
-rw-r--r-- | emulators/bochs/files/patch-fpu::reg_ld_str.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/bochs/files/patch-fpu::reg_ld_str.c b/emulators/bochs/files/patch-fpu::reg_ld_str.c new file mode 100644 index 000000000000..6d6a3b2a8c60 --- /dev/null +++ b/emulators/bochs/files/patch-fpu::reg_ld_str.c @@ -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; |