diff options
-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 */ |