1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-17 17:09:26 +00:00

call the correct interrupt c handler.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53668 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
NicJA
2017-02-16 02:43:05 +00:00
parent d550992886
commit e3d8530162

View File

@ -125,7 +125,7 @@ core_EnterInterrupt: // At this point two ULONGs for segment registers are
mov %ax, %ds
mov %ax, %es
call handleException // Call C handler. EBX will be preserved.
call core_IRQHandle // Call C handler. EBX will be preserved.
restoreRegs:
movl Flags(%ebx), %eax // Test if the context contains segment registers
test $ECF_SEGMENTS, %eax