Skip to content

Commit

Permalink
Merge pull request #1268 from TomHarte/EOI
Browse files Browse the repository at this point in the history
Support auto-EOI.
  • Loading branch information
TomHarte authored Dec 13, 2023
2 parents b12ae26 + 5033d20 commit def1f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Machines/PCCompatible/PIC.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class PIC {

if(in_service_) {
eoi_target_ = id;
awaiting_eoi_ = true;
awaiting_eoi_ = !auto_eoi_;
requests_ &= ~in_service_;
return vector_base_ + id;
}
Expand Down

0 comments on commit def1f90

Please sign in to comment.