fix: race condition and partial state issue on injecting signal context into user...
[lunaix-os.git] / lunaix-os / kernel / asm / x86 / interrupt.S
index 8a43aa7467c114d5cd6d7a31e32ad66b6256bf03..dc5c4c395ee750abfb379707cd5c26db5b3193bf 100644 (file)
         movl %eax, %esp
 
 #ifdef __ASM_INTR_DIAGNOSIS
+        movl %eax, (debug_resv + 8)
         movl 56(%esp), %eax
         movl %eax, (debug_resv + 4)
 #endif