mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Fix include guard.
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
// Copyright © 2023 Thomas Harte. All rights reserved.
|
// Copyright © 2023 Thomas Harte. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef InstructionSets_M68k_Interrupts_h
|
#ifndef InstructionSets_x86_Interrupts_h
|
||||||
#define InstructionSets_M68k_Interrupts_h
|
#define InstructionSets_x86_Interrupts_h
|
||||||
|
|
||||||
namespace InstructionSet::x86 {
|
namespace InstructionSet::x86 {
|
||||||
|
|
||||||
@@ -21,4 +21,4 @@ enum Interrupt {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* InstructionSets_M68k_Interrupts_h */
|
#endif /* InstructionSets_x86_Interrupts_h */
|
||||||
|
Reference in New Issue
Block a user