Improve arguments to luajc command.

This commit is contained in:
James Roseborough
2010-07-30 00:16:12 +00:00
parent 1f68fbc013
commit 860ca581ab
3 changed files with 145 additions and 84 deletions

View File

@@ -317,6 +317,8 @@ public class Slots {
}
private boolean propogatebranch(int src, int dest) {
if ( dest >= slots.length )
return false;
boolean hadchanges = false;
byte[] s = slots[src];
byte[] d = slots[dest];