Improve bytecode generation.

This commit is contained in:
James Roseborough
2010-08-11 18:21:20 +00:00
parent 3d4a3dbb65
commit 267e89adef
6 changed files with 87 additions and 24 deletions

View File

@@ -239,7 +239,9 @@ public class luajc {
}
} catch ( Throwable t ) {
System.err.println(" failed to load "+inf.srcfilename+": "+t );
t.printStackTrace( System.err );
System.err.flush();
}
}
}