Skip to content

Commit

Permalink
another bug in loadParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Feb 3, 2011
1 parent 95536ef commit 77224fb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1990,7 +1990,6 @@ public void loadMethodParameters() {
index++;
} else if (type.equals("F")) {
fload(index);
index++;
} else {
iload(index);
}
Expand Down

0 comments on commit 77224fb

Please sign in to comment.