Skip to content

Commit

Permalink
Make it print the unknown operator value.
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=7869
  • Loading branch information
illupus committed Sep 27, 2002
1 parent bf97c0f commit 139aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/monoburg/monoburg.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ emit_label_func ()
}

output ("\tdefault:\n");
output ("\t\tg_error (\"unknown operator\");\n");
output ("\t\tg_error (\"unknown operator: 0x%04x\", MBTREE_OP(tree));\n");
output ("\t}\n\n");

if (!dag_mode) {
Expand Down

0 comments on commit 139aad4

Please sign in to comment.