diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-19 14:50:01 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 20:25:21 +0100 |
| commit | 5d42d9212fde49278e0ad0167edd77755a2fbcd9 (patch) | |
| tree | 8d77c0d42c421f6c729f4c1cad65a5484629c900 /src/include | |
| parent | 4a1e05524affadab3ba5a75f79c115a0743e483f (diff) | |
| download | box64-5d42d9212fde49278e0ad0167edd77755a2fbcd9.tar.gz box64-5d42d9212fde49278e0ad0167edd77755a2fbcd9.zip | |
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to not handle them
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 0a6f722e..024805a1 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -48,6 +48,7 @@ extern int box64_nosandbox; extern int box64_malloc_hack; 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; |