Commit fe34cca7 by Per Bothner

Fix thinko.

From-SVN: r26799
parent 775de547
......@@ -1287,7 +1287,7 @@ verify_jvm_instructions (jcf, byte_ops, length)
message = "program counter out of range";
goto verify_error;
verify_error:
error ("verification error at PC=%d: %s", oldpc);
error ("verification error at PC=%d", oldpc);
error (message);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment