[PR #769] [CLOSED] Mac OS ARM Native reaches ELF entry #1762

Closed
opened 2026-02-27 21:13:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/769
Author: @niko1point0
Created: 9/4/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

16 files changed (+331 additions, -22 deletions)

View changed files

📝 CMakeLists.txt (+5 -2)
📝 externals/CMakeLists.txt (+9 -1)
📝 src/common/assert.cpp (+4 -0)
📝 src/common/rdtsc.cpp (+2 -1)
📝 src/common/rdtsc.h (+15 -1)
📝 src/core/address_space.cpp (+23 -10)
📝 src/core/cpu_patches.cpp (+5 -0)
📝 src/core/cpu_patches.h (+2 -0)
📝 src/core/libraries/kernel/file_system.h (+1 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+8 -0)
📝 src/core/linker.cpp (+205 -2)
📝 src/core/module.cpp (+22 -2)
📝 src/core/tls.cpp (+12 -1)
📝 src/core/tls.h (+2 -0)
📝 src/core/virtual_memory.cpp (+8 -0)
📝 src/video_core/page_manager.cpp (+8 -2)

📄 Description

Reaches entry and then stops, the recompiler comes next


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/769 **Author:** [@niko1point0](https://github.com/niko1point0) **Created:** 9/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e6ed95b`](https://github.com/shadps4-emu/shadPS4/commit/e6ed95b08066a51871e780bd4bf7c10f84a29d56) Mac OS ARM Native reaches ELF entry - [`fa215a2`](https://github.com/shadps4-emu/shadPS4/commit/fa215a2fc3996ced0d3bfcb68a26fb7f6744a639) feature guard for jit_write_protect - [`247affe`](https://github.com/shadps4-emu/shadPS4/commit/247affe76b80215e4063a5d089785d37db59f59a) cmake fix - [`59294f4`](https://github.com/shadps4-emu/shadPS4/commit/59294f453615af1f5bfd256ba7cc1e16fd47fb85) breakpoint for ARM - [`41193b6`](https://github.com/shadps4-emu/shadPS4/commit/41193b6a83bd469fb949c53c9ca2af27412e936b) linker fixes - [`0c106e0`](https://github.com/shadps4-emu/shadPS4/commit/0c106e0238c1dd08abda2ef13e25811aa9a11eaa) remove stub-out for SetTcbBase - [`9678796`](https://github.com/shadps4-emu/shadPS4/commit/967879682c59827cb08ec118e0720be56926a58f) rdtsc - [`a631bc5`](https://github.com/shadps4-emu/shadPS4/commit/a631bc5e5cda65a03550427120d68b900d7b98ae) execute to first HLE jump - [`10817ed`](https://github.com/shadps4-emu/shadPS4/commit/10817ed9f7287e1420acd3744d0b7c4cfdf53574) basic interpreter gets parameters - [`d7d5a86`](https://github.com/shadps4-emu/shadPS4/commit/d7d5a86da439a66bf8d10b91c15d43572fdf8d0e) interpreter can call HLE hook ### 📊 Changes **16 files changed** (+331 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+5 -2) 📝 `externals/CMakeLists.txt` (+9 -1) 📝 `src/common/assert.cpp` (+4 -0) 📝 `src/common/rdtsc.cpp` (+2 -1) 📝 `src/common/rdtsc.h` (+15 -1) 📝 `src/core/address_space.cpp` (+23 -10) 📝 `src/core/cpu_patches.cpp` (+5 -0) 📝 `src/core/cpu_patches.h` (+2 -0) 📝 `src/core/libraries/kernel/file_system.h` (+1 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+8 -0) 📝 `src/core/linker.cpp` (+205 -2) 📝 `src/core/module.cpp` (+22 -2) 📝 `src/core/tls.cpp` (+12 -1) 📝 `src/core/tls.h` (+2 -0) 📝 `src/core/virtual_memory.cpp` (+8 -0) 📝 `src/video_core/page_manager.cpp` (+8 -2) </details> ### 📄 Description Reaches entry and then stops, the recompiler comes next --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1762
No description provided.