1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Fix include guard.

This commit is contained in:
Thomas Harte 2023-10-07 13:31:35 -04:00
parent cf4603cb33
commit 16bf7c6f26

View File

@ -6,8 +6,8 @@
// Copyright © 2023 Thomas Harte. All rights reserved.
//
#ifndef InstructionSets_M68k_Interrupts_h
#define InstructionSets_M68k_Interrupts_h
#ifndef InstructionSets_x86_Interrupts_h
#define InstructionSets_x86_Interrupts_h
namespace InstructionSet::x86 {
@ -21,4 +21,4 @@ enum Interrupt {
}
#endif /* InstructionSets_M68k_Interrupts_h */
#endif /* InstructionSets_x86_Interrupts_h */