diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-04 10:13:35 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-04 10:13:35 +0100 |
| commit | fb02ae0e9afb089d0807af0b8c8419f2d16df363 (patch) | |
| tree | 9c4c082aecdc4c58f87bafc1b04eefece85b7296 /src/include/debug.h | |
| parent | ffb293fe0a9952c32fe2ebd164d6409facf8d921 (diff) | |
| download | box64-fb02ae0e9afb089d0807af0b8c8419f2d16df363.tar.gz box64-fb02ae0e9afb089d0807af0b8c8419f2d16df363.zip | |
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's really usefull)
Diffstat (limited to 'src/include/debug.h')
| -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 6db06b9e..3ff15229 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -43,6 +43,7 @@ extern char* box64_trace; extern uint64_t start_cnt; #endif extern int box64_dummy_crashhandler; +extern int box64_sse_flushto0; extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; |