Skip to content
Snippets Groups Projects
Commit 9a31ce2b authored by Richard Hellwig's avatar Richard Hellwig
Browse files

bugfix

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1058 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
parent ec9a1c33
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment