1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-22 19:31:27 +00:00

Eliminate final misuse of 'selector'.

This commit is contained in:
Thomas Harte 2023-11-10 22:56:00 -05:00
parent 2551e73be1
commit 19a61f867f

View File

@ -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 IntT, AccessType type>
typename InstructionSet::x86::Accessor<IntT, type>::type access(uint32_t address, Tag tag) {
if constexpr (type == AccessType::PreauthorisedRead) {