From 1c7bb6d7592aa092ba895dde0950d56d83dec1ca Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 16 Nov 2023 15:25:42 -0500 Subject: [PATCH] Add CI diagnosis trap. --- InstructionSets/x86/Decoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/InstructionSets/x86/Decoder.cpp b/InstructionSets/x86/Decoder.cpp index 95cb5e14a..bc6617c51 100644 --- a/InstructionSets/x86/Decoder.cpp +++ b/InstructionSets/x86/Decoder.cpp @@ -1123,3 +1123,4 @@ template class InstructionSet::x86::Decoder; template class InstructionSet::x86::Decoder; template class InstructionSet::x86::Decoder; template class InstructionSet::x86::Decoder; +#error Is GCC here?