From 4c714f2c24c5df78bae2f35c42c73107de4c8c71 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 18 Mar 2024 12:35:19 +0100 Subject: unstable, unrelated: See below. - :boom: Breaking changes in System.Core.dll - Framebuffer, moved operator bool into c++ source file. - Remove zlib in favor of our own Zip API. Signed-off-by: Amlal El Mahrouss --- Public/Kits/System.Core/HCoreHeap.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Public/Kits/System.Core') diff --git a/Public/Kits/System.Core/HCoreHeap.s b/Public/Kits/System.Core/HCoreHeap.s index 108c6fcf..89d85680 100644 --- a/Public/Kits/System.Core/HCoreHeap.s +++ b/Public/Kits/System.Core/HCoreHeap.s @@ -9,14 +9,14 @@ /* Process Heap getter */ HcGetProcessObject: - mov $0x1, %rcx /* sysGetProcessObject */ + mov $0x10, %rcx /* sysGetProcessObject */ int $0x21 /* rax gets saved and returned. */ ret __assert_chk_fail: - mov $0x2, %rcx /* sysTerminateCurrentProcess */ + mov $0x11, %rcx /* sysTerminateCurrentProcess */ int $0x21 ret -- cgit v1.2.3