diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-05-02 03:37:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 21:37:41 +0200 |
| commit | 2405e6c8e84ff6901ee58c98b207195f564eb702 (patch) | |
| tree | 7eae7ada131989d8c02438becaad2c76623e05cd /src/core.c | |
| parent | 817408d2471819f0c5f34f787b479dd11324b489 (diff) | |
| download | box64-2405e6c8e84ff6901ee58c98b207195f564eb702.tar.gz box64-2405e6c8e84ff6901ee58c98b207195f564eb702.zip | |
[LA64_DYNAREC] Added more opcodes (#1482)
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c index 7b8b954c..bc58b040 100644 --- a/src/core.c +++ b/src/core.c @@ -690,7 +690,7 @@ void LoadLogEnv() box64_dynarec_fastround = p[0]-'0'; } if(!box64_dynarec_fastround) - printf_log(LOG_INFO, "Dynarec will try tp generate x86 precise IEEE->int rounding\n"); + printf_log(LOG_INFO, "Dynarec will try to generate x86 precise IEEE->int rounding\n"); } p = getenv("BOX64_DYNAREC_SAFEFLAGS"); if(p) { |