forked from Imagelibrary/rtems
2009-10-29 Till Straumann <strauman@slac.stanford.edu>
* shared/irq/irq_asm.S, shared/irq/irq.c: removed (fake) exception frame argument to _ThreadProcessSignalsFromIrq(). This has never been used and removing it simplifies the assembly code.
This commit is contained in:
@@ -170,20 +170,9 @@ nested:
|
||||
* exceptions. This makes sense because Signal is a software
|
||||
* exception.
|
||||
*/
|
||||
popl edx
|
||||
popl ecx
|
||||
popl eax
|
||||
|
||||
pushl $0 # fake fault code
|
||||
pushl $0 # fake exception number
|
||||
|
||||
pusha
|
||||
pushl esp
|
||||
call _ThreadProcessSignalsFromIrq
|
||||
addl $4, esp
|
||||
popa
|
||||
addl $8, esp
|
||||
iret
|
||||
|
||||
jmp .exit
|
||||
|
||||
.schedule:
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user