FreeBSD Bugzilla – Attachment 137607 Details for
Bug 183213
emulators/dosbox: Fix build for FreeBSD 10.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 681 bytes, created by
Tom Carrick
on 2013-10-22 19:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tom Carrick
Created:
2013-10-22 19:50:00 UTC
Size:
681 bytes
patch
obsolete
>--- fpu_instructions_x86.h.orig 2010-05-10 18:43:54.000000000 +0100 >+++ fpu_instructions_x86.h 2013-10-19 11:05:47.000000000 +0100 >@@ -1162,12 +1162,12 @@ > > static void FPU_FLD_I16(PhysPt addr,Bitu store_to) { > fpu.p_regs[8].m1 = (Bit32u)mem_readw(addr); >- FPUD_LOAD(fild,WORD,) >+ FPUD_LOAD(fild,WORD,s) > } > > static void FPU_FLD_I16_EA(PhysPt addr) { > fpu.p_regs[8].m1 = (Bit32u)mem_readw(addr); >- FPUD_LOAD_EA(fild,WORD,) >+ FPUD_LOAD_EA(fild,WORD,s) > } > > static void FPU_FLD_I32(PhysPt addr,Bitu store_to) { >@@ -1212,7 +1212,7 @@ > } > > static void FPU_FST_I16(PhysPt addr) { >- FPUD_STORE(fistp,WORD,) >+ FPUD_STORE(fistp,WORD,s) > mem_writew(addr,(Bit16u)fpu.p_regs[8].m1); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183213
: 137607