aboutsummaryrefslogtreecommitdiffstats
path: root/source/conversion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r--source/conversion.hpp2
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 *);