FOC: cli in context of leave_by_trigger_exception
Bug triggering on 64bit. Without the cli (as used on 32bit) the assertion in kernel/fiasco/src/kern/thread-ipc.cpp:739 triggers.
This commit is contained in:
committed by
Stefan Kalkowski
parent
f4e7783ac1
commit
a092ad2fdd
@@ -441,6 +441,7 @@ alien_sys_call:
|
|||||||
.p2align
|
.p2align
|
||||||
.globl leave_by_trigger_exception
|
.globl leave_by_trigger_exception
|
||||||
leave_by_trigger_exception:
|
leave_by_trigger_exception:
|
||||||
|
cli
|
||||||
sub $40, %rsp
|
sub $40, %rsp
|
||||||
pushq $0x00
|
pushq $0x00
|
||||||
pushq $0xff
|
pushq $0xff
|
||||||
|
|||||||
Reference in New Issue
Block a user