mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Add note to future self.
This commit is contained in:
parent
3a782faaf3
commit
47fc276afc
@ -79,6 +79,7 @@ struct Registers {
|
||||
uint16_t &ss() { return ss_; }
|
||||
|
||||
using Source = InstructionSet::x86::Source;
|
||||
/// Posted by @c perform after any operation which *might* have affected a segment register.
|
||||
void did_update(Source segment) {
|
||||
switch(segment) {
|
||||
default: break;
|
||||
|
Loading…
Reference in New Issue
Block a user