diff options
author | John Polstra <jdp@FreeBSD.org> | 2004-11-03 03:10:39 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2004-11-03 03:10:39 +0000 |
commit | 93df93c48ea007a677d1138ece0a3efb8b0c1fa7 (patch) | |
tree | f966744b25431f6b2c006e9786ac1dd85b52efe2 /lang/m3gdb/files | |
parent | 726d4e6be5ade8579457080a7bfa6475a2da7eff (diff) |
Notes
Diffstat (limited to 'lang/m3gdb/files')
-rw-r--r-- | lang/m3gdb/files/patch-ae | 2 |
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 */ |