aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/lf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/lf.c')
-rw-r--r--sim/ppc/lf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/lf.c b/sim/ppc/lf.c
index 9a9d615..9deb2d2 100644
--- a/sim/ppc/lf.c
+++ b/sim/ppc/lf.c
@@ -274,7 +274,7 @@ lf_print__c_code(lf *file,
chp++;
}
if (in_bit_field)
- error("bit field paren miss match some where\n");
+ ERROR("bit field paren miss match some where\n");
if (*chp == '\n') {
nr += lf_putchr(file, '\n');
chp++;