1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-03 10:54:46 +00:00

Add note to future self.

This commit is contained in:
Thomas Harte 2023-11-10 23:01:46 -05:00
parent 3a782faaf3
commit 47fc276afc

View File

@ -79,6 +79,7 @@ struct Registers {
uint16_t &ss() { return ss_; } uint16_t &ss() { return ss_; }
using Source = InstructionSet::x86::Source; using Source = InstructionSet::x86::Source;
/// Posted by @c perform after any operation which *might* have affected a segment register.
void did_update(Source segment) { void did_update(Source segment) {
switch(segment) { switch(segment) {
default: break; default: break;