From 47fc276afcf2bbae17efb3298da425cfaadb2784 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 10 Nov 2023 23:01:46 -0500 Subject: [PATCH] Add note to future self. --- OSBindings/Mac/Clock SignalTests/8088Tests.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/OSBindings/Mac/Clock SignalTests/8088Tests.mm b/OSBindings/Mac/Clock SignalTests/8088Tests.mm index 1272f9648..0b6e10950 100644 --- a/OSBindings/Mac/Clock SignalTests/8088Tests.mm +++ b/OSBindings/Mac/Clock SignalTests/8088Tests.mm @@ -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;