mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +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_; }
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user