From 69bd28cc6560c26b96c7822d5cba77176b3f1407 Mon Sep 17 00:00:00 2001
From: Jai-JAP <78354625+Jai-JAP@users.noreply.github.com>
Date: Sun, 4 Jul 2021 16:25:40 +0530
Subject: Update README.md
Fix broken link and a typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d256fdad..cf0e3c32 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Because Box64 uses the native versions of some "system" libraries, like libc, li
Box64 integrates a DynaRec (dynamic recompiler) for the ARM64 platform, providing a speed boost between 5 to 10 times faster than only using the interpreter. Some high level information on how the Dynarec work can be found [here](https://box86.org/2021/07/inner-workings-a-high%e2%80%91level-view-of-box86-and-a-low%e2%80%91level-view-of-the-dynarec/).
-Some x86 internal opcodes use parts of "Realmode X86 Emulator Library", see [x86primop.c](src/emu/x86primop.c) for copyright details
+Some x86 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](src/emu/x64primop.c) for copyright details
--
cgit 1.4.1
From 908641a414ff2e7c477e6dfc0e5e6e3c151182ea Mon Sep 17 00:00:00 2001
From: Jai-JAP <78354625+Jai-JAP@users.noreply.github.com>
Date: Sun, 4 Jul 2021 16:42:56 +0530
Subject: Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cf0e3c32..41fecb24 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Because Box64 uses the native versions of some "system" libraries, like libc, li
Box64 integrates a DynaRec (dynamic recompiler) for the ARM64 platform, providing a speed boost between 5 to 10 times faster than only using the interpreter. Some high level information on how the Dynarec work can be found [here](https://box86.org/2021/07/inner-workings-a-high%e2%80%91level-view-of-box86-and-a-low%e2%80%91level-view-of-the-dynarec/).
-Some x86 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](src/emu/x64primop.c) for copyright details
+Some x64 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](src/emu/x64primop.c) for copyright details
--
cgit 1.4.1