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

Add CI diagnosis trap.

This commit is contained in:
Thomas Harte 2023-11-16 15:25:42 -05:00
parent 99e7de5a8b
commit 1c7bb6d759

View File

@ -1123,3 +1123,4 @@ template class InstructionSet::x86::Decoder<InstructionSet::x86::Model::i8086>;
template class InstructionSet::x86::Decoder<InstructionSet::x86::Model::i80186>;
template class InstructionSet::x86::Decoder<InstructionSet::x86::Model::i80286>;
template class InstructionSet::x86::Decoder<InstructionSet::x86::Model::i80386>;
#error Is GCC here?