mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Fix include guard.
This commit is contained in:
parent
cf4603cb33
commit
16bf7c6f26
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user