From c55c604031e0d04a44c39832f5887e2d9aa7314e Mon Sep 17 00:00:00 2001 From: yrp Date: Sat, 22 Mar 2025 10:16:45 -0700 Subject: PR #6757: prefer fp, lr for x29, x30 arm64: prefer fp, lr arm64: update tests to use new reg names, improve windows build --- arch/arm64/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm64/README.md') diff --git a/arch/arm64/README.md b/arch/arm64/README.md index 34a80d69..3deaa5c8 100644 --- a/arch/arm64/README.md +++ b/arch/arm64/README.md @@ -19,7 +19,7 @@ There are three tests: Personal Binary Ninja users can test via the built in console: ``` ->>> sys.path.append('C:/users/x/documents/binja/arch-arm64') # Path directory containing arm64test.py +>>> sys.path.append('C:/users/x/onedrive/documents/binja/binaryninja-api/arch/arm64') # Path directory containing arm64test.py >>> from importlib import reload >>> import arm64test success! -- cgit v1.3.1