From: Toni Wilen Date: Tue, 14 Aug 2018 18:57:11 +0000 (+0300) Subject: Make sure possible new FPU type is selected at reset. X-Git-Tag: 4100~125 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=08fa36c00050aad8e4849140c18c9dad050c1a86;p=francis%2Fwinuae.git Make sure possible new FPU type is selected at reset. --- diff --git a/fpp.cpp b/fpp.cpp index f7d3c7fc..f806fab5 100644 --- a/fpp.cpp +++ b/fpp.cpp @@ -3182,6 +3182,7 @@ static void fpu_test(void) void fpu_reset (void) { + currprefs.fpu_mode = changed_prefs.fpu_mode; if (currprefs.fpu_mode > 0) { fp_init_softfloat(currprefs.fpu_model); #ifdef MSVC_LONG_DOUBLE