about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-19 14:50:01 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-19 14:50:01 +0100
commit4610f451e99610043461401f4c9acd3de408a02d (patch)
treec8f2c64e68afb731f0419c1fcac03743184531cd /src/include/debug.h
parent0810859c21fdc866afb1645b4bb207df386fcb58 (diff)
downloadbox64-4610f451e99610043461401f4c9acd3de408a02d.tar.gz
box64-4610f451e99610043461401f4c9acd3de408a02d.zip
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to not handle them
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 7251c728..06ec0d8c 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -47,6 +47,7 @@ extern uint64_t start_cnt;
 extern int box64_nosandbox;
 extern int box64_dummy_crashhandler;
 extern int box64_sse_flushto0;
+extern int box64_x87_no80bits;
 extern int allow_missing_libs;
 extern int box64_mapclean;
 extern int box64_prefer_wrapped;