bugfix
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1058 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -15,9 +15,9 @@ aspect Interrupt_FI
|
||||
|
||||
advice execution (interrupt_method()) : around ()
|
||||
{
|
||||
unsigned type = *(tjp->arg<1>());
|
||||
unsigned vector = *(tjp->arg<0>());
|
||||
|
||||
if(!sal::simulator.isSuppressedInterrupt(type)){
|
||||
if(!sal::simulator.isSuppressedInterrupt(vector)){
|
||||
tjp->proceed();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user