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
266d89b9a5
commit
55e70a3e3e
@@ -486,6 +486,7 @@ alien_sys_call:
|
||||
.p2align
|
||||
.globl leave_by_trigger_exception
|
||||
leave_by_trigger_exception:
|
||||
cli
|
||||
sub $40, %rsp
|
||||
pushq $0x00
|
||||
pushq $0xff
|
||||
|
||||
Reference in New Issue
Block a user