aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2004-11-03 11:10:39 +0800
committerjdp <jdp@FreeBSD.org>2004-11-03 11:10:39 +0800
commiteada2dd9757080371b358e4c00ffc0f814ea4c5a (patch)
tree68847fe96b6774ed6a175103213b64fa4a2770ae /lang
parent9cc4396bddc53e02cbbf1aecbbea7703ac201e13 (diff)
downloadfreebsd-ports-gnome-eada2dd9757080371b358e4c00ffc0f814ea4c5a.tar.gz
freebsd-ports-gnome-eada2dd9757080371b358e4c00ffc0f814ea4c5a.tar.zst
freebsd-ports-gnome-eada2dd9757080371b358e4c00ffc0f814ea4c5a.zip
Fix the build on 5.x. The 80387 status word from the last exception
is no longer saved. It seems to be optional to pass this to print_387_status(), so just pass 0 instead for now.
Diffstat (limited to 'lang')
-rw-r--r--lang/m3gdb/files/patch-ae2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/m3gdb/files/patch-ae b/lang/m3gdb/files/patch-ae
index adf093ca0951..8690958f734e 100644
--- a/lang/m3gdb/files/patch-ae
+++ b/lang/m3gdb/files/patch-ae
@@ -91,7 +91,7 @@
fpstatep = &pcb_savefpu;
- print_387_status (fpstatep->sv_ex_sw, (struct env387 *)fpstatep);
-+ print_387_status (fpstatep->sv_env, (struct env387 *)fpstatep);
++ print_387_status (0, (struct env387 *)fpstatep);
}
#endif /* FLOAT_INFO */