some changes on interrupt triggering and suppression

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1100 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-04-18 13:25:33 +00:00
parent 5f6d1f5e0a
commit d96d3c4c5b
5 changed files with 21 additions and 11 deletions

View File

@ -7,6 +7,7 @@
#include "../../../bochs/bochs.h"
#include "../../../bochs/cpu/cpu.h"
#include "../../../bochs/iodev/iodev.h"
#include "../SALInst.hpp"
aspect fireInterrupt
@ -36,7 +37,6 @@ aspect InterruptDone
}else{
if(*(tjp->arg<0>()) == 32 + sal::interrupt_to_fire){
DEV_pic_lower_irq(sal::interrupt_to_fire);
sal::simulator.fireInterruptDone();
}
}