From 2405e6c8e84ff6901ee58c98b207195f564eb702 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 2 May 2024 03:37:41 +0800 Subject: [LA64_DYNAREC] Added more opcodes (#1482) --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.c') 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) { -- cgit 1.4.1