sim: ppc: rework igen error to match common

Switch to an ERROR macro and tweak the error signature to match the
common igen version in preparation for merging the two implementations.
This commit is contained in:
Mike Frysinger
2024-01-01 17:34:01 -05:00
parent ef993dfa05
commit 9ddac092a8
10 changed files with 25 additions and 22 deletions

View File

@@ -1543,6 +1543,6 @@ gen_idecode_c(lf *file,
}
else {
error("Something is wrong!\n");
ERROR("Something is wrong!\n");
}
}