diff options
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r-- | source/conversion.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/conversion.hpp b/source/conversion.hpp index 6af4972..a26dd19 100644 --- a/source/conversion.hpp +++ b/source/conversion.hpp @@ -39,7 +39,7 @@ public: static thread_t *getMonitorHandle(); // Internal only: Aborts a running conversion. - static void abort(); + static void abort(bool fpu_stacked = true); private: static void threadMonitor(void *); |