1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-21 18:37:11 +00:00

Add TODO.

This commit is contained in:
Thomas Harte 2025-03-06 22:16:51 -05:00
parent 9224645473
commit 7d84d6909e

View File

@ -1169,6 +1169,7 @@ public:
//
// Query for interrupts and apply if pending.
// TODO: include the other PIC.
if(pics_.pic[0].pending() && context_.flags.template flag<InstructionSet::x86::Flag::Interrupt>()) {
// Regress the IP if a REP is in-progress so as to resume it later.
if(context_.flow_controller.should_repeat()) {