diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-17 09:54:17 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-17 10:08:50 +0200 |
| commit | c0099ab36bf9606c5503ceb0fa0d5b64f71c7203 (patch) | |
| tree | 1c310521280e3c995981a903895c7c2e124582ee /Public/Developer/SystemLib/PowerPC | |
| parent | f93fb4439aaa865d998a790348313a4c7163bb8b (diff) | |
Unrelated: These changes are important but related to nothing.
- Window now becomes Wm, as in Window manager.
- Fix entrypoint for FragLib.
- Remove CoreEvents to be replaced with Event Server, reworked Display Server.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Developer/SystemLib/PowerPC')
| -rw-r--r-- | Public/Developer/SystemLib/PowerPC/CoreAssembly.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Public/Developer/SystemLib/PowerPC/CoreAssembly.s b/Public/Developer/SystemLib/PowerPC/CoreAssembly.s index 98fbcca9..7078774e 100644 --- a/Public/Developer/SystemLib/PowerPC/CoreAssembly.s +++ b/Public/Developer/SystemLib/PowerPC/CoreAssembly.s @@ -2,14 +2,13 @@ ; ; Copyright Mahrouss Logic ; -; Purpose: PowerPC low level I/O +; Purpose: PowerPC Core assembly routines. ; ; ------------------------------------------- */ - /* @brief Application getter */ /* @throws: ApptError: appartement error. */ -export .code64 RtGetApp: +export .code64 RtGetAppPointer: stw 0x10, 0(r3) /* sysGetProcessObject */ sc |
