Commit e976d6f
thk123
Correctly handle wide iload commands
These commands occur when there are >255 local variables. In these cases
the index of the local variable is represented using a u2 rather than a
u1.1 parent 96bf623 commit e976d6f
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
752 | | - | |
753 | 752 | | |
754 | 753 | | |
755 | 754 | | |
| |||
776 | 775 | | |
777 | 776 | | |
778 | 777 | | |
779 | | - | |
780 | | - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
781 | 790 | | |
782 | | - | |
| 791 | + | |
783 | 792 | | |
784 | 793 | | |
785 | 794 | | |
| |||
0 commit comments