forked from Imagelibrary/binutils-gdb
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:
@@ -1543,6 +1543,6 @@ gen_idecode_c(lf *file,
|
||||
|
||||
}
|
||||
else {
|
||||
error("Something is wrong!\n");
|
||||
ERROR("Something is wrong!\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user