summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/AMD64/DebugManager.asm
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-27 10:26:31 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-27 10:26:31 +0100
commit70e95128b11dbb535e4679cbacb1cbeaa414c822 (patch)
tree42fd94536a54058a39f0c85be99431c6ad1a0cf8 /Private/HALKit/AMD64/DebugManager.asm
parent44a081a4442181b208c09c6f748124c9d23b61fd (diff)
Kernel: Improving AMD64 HAL, Add TIBInstall.asm, currently Working on
SMPManager and Bootloader. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/AMD64/DebugManager.asm')
-rw-r--r--Private/HALKit/AMD64/DebugManager.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/Private/HALKit/AMD64/DebugManager.asm b/Private/HALKit/AMD64/DebugManager.asm
index 6c0bf149..0c717039 100644
--- a/Private/HALKit/AMD64/DebugManager.asm
+++ b/Private/HALKit/AMD64/DebugManager.asm
@@ -8,7 +8,6 @@
;; */
[global rt_debug_fence]
-[global rt_debug_fence_end]
[global __rt_debug_int_3]
;; //////////////////////////////////////////////////// ;;
@@ -25,8 +24,10 @@ L0:
jmp $
rt_debug_fence:
- push __rt_debug_record_table
+ mov [__rt_debug_record_table], rsi
+ push rsi
jmp [rbx]
-rt_debug_fence_end:
+ pop rsi
+ ret
;; //////////////////////////////////////////////////// ;; \ No newline at end of file