Skip to content

Commit

Permalink
Change for code review
Browse files Browse the repository at this point in the history
  • Loading branch information
eecheng87 committed Oct 16, 2020
1 parent 429068d commit d914ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ int eval_expression_imm(opcode_t op, int op1, int op2)
res = op1 >> op2;
break;
default:
error("Using operation not support");
error("The requested operation is not supported.");
}
return res;
}
Expand Down

0 comments on commit d914ce1

Please sign in to comment.