Skip to content

Commit b826322

Browse files
authored
Update Instruction.h
don't suggest an InstructionDefinition will be ignored when it doesn't have a callback. closes tum-ei-eda#58.
1 parent 91fa3b3 commit b826322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/etiss/Instruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ class InstructionDefinition : public etiss::ToString
987987
etiss_log(
988988
FATALERROR,
989989
(std::string(
990-
"Instruction defined without a function callback. This instruction definition will be ignored: ") +
990+
"Instruction defined without a function callback: ") +
991991
name));
992992
return;
993993
}

0 commit comments

Comments
 (0)