* src/vm/jit/intrp/codegen.c (codegen): Initialize uf to NULL for
authoredwin <none@none>
Thu, 26 Oct 2006 11:29:42 +0000 (11:29 +0000)
committeredwin <none@none>
Thu, 26 Oct 2006 11:29:42 +0000 (11:29 +0000)
commit043c21912144de36b44a106a47a6a162f1054a41
treef6e6fc14d385580ae69e74b27be91131d9e30d1a
parentd00bf847452f94e7acd4e907287630dad7df0503
* src/vm/jit/intrp/codegen.c (codegen): Initialize uf to NULL for
resolved fields, to avoid warnings.

* src/vm/jit/intrp/engine.c (engine): Initialize
classcastexception_object and arrayindexoutofbounds_index to avoid
warnings.
src/vm/jit/intrp/codegen.c
src/vm/jit/intrp/engine.c