Fix thinko.

From-SVN: r26799
This commit is contained in:
Per Bothner 1999-05-05 17:33:11 -07:00
parent 775de5478c
commit fe34cca7a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}