diff --git a/InstructionSets/PowerPC/Decoder.cpp b/InstructionSets/PowerPC/Decoder.cpp index 2c740a54a..bcb619866 100644 --- a/InstructionSets/PowerPC/Decoder.cpp +++ b/InstructionSets/PowerPC/Decoder.cpp @@ -595,10 +595,10 @@ Instruction Decoder::decode(uint32_t opcode) { return Instruction(opcode); } -template class InstructionSet::PowerPC::Decoder; -template class InstructionSet::PowerPC::Decoder; -template class InstructionSet::PowerPC::Decoder; +template struct InstructionSet::PowerPC::Decoder; +template struct InstructionSet::PowerPC::Decoder; +template struct InstructionSet::PowerPC::Decoder; -template class InstructionSet::PowerPC::Decoder; -template class InstructionSet::PowerPC::Decoder; -template class InstructionSet::PowerPC::Decoder; +template struct InstructionSet::PowerPC::Decoder; +template struct InstructionSet::PowerPC::Decoder; +template struct InstructionSet::PowerPC::Decoder;