From 19a61f867f1d5e65375228ac5395debd6c7c0a51 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 10 Nov 2023 22:56:00 -0500 Subject: [PATCH] Eliminate final misuse of 'selector'. --- OSBindings/Mac/Clock SignalTests/8088Tests.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSBindings/Mac/Clock SignalTests/8088Tests.mm b/OSBindings/Mac/Clock SignalTests/8088Tests.mm index 2664ef699..d5a84da74 100644 --- a/OSBindings/Mac/Clock SignalTests/8088Tests.mm +++ b/OSBindings/Mac/Clock SignalTests/8088Tests.mm @@ -285,7 +285,7 @@ struct Memory { } // An additional entry point for the flow controller; on the original 8086 interrupt vectors aren't relative - // to a selector, they're just at an absolute location. + // to a segment, they're just at an absolute location. template typename InstructionSet::x86::Accessor::type access(uint32_t address, Tag tag) { if constexpr (type == AccessType::PreauthorisedRead) {