1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-05 08:26:28 +00:00

Correct header path.

This commit is contained in:
Thomas Harte
2025-03-31 09:54:11 -04:00
parent da00e6588c
commit afc3a8d373

View File

@@ -15,7 +15,6 @@
#include "InOut.hpp"
#include "LoadStore.hpp"
#include "Logical.hpp"
#include "MachineStatus.hpp"
#include "Repetition.hpp"
#include "Resolver.hpp"
#include "ShiftRoll.hpp"
@@ -24,6 +23,7 @@
#include "InstructionSets/x86/AccessType.hpp"
#include "InstructionSets/x86/Descriptors.hpp"
#include "InstructionSets/x86/Interrupts.hpp"
#include "InstructionSets/x86/MachineStatus.hpp"
//
// Comments throughout headers above come from the 1997 edition of the