* src/vm/jit/verify/typecheck.c (verify_invocation): Define jd and dv
[cacao.git] / src / vm / jit / verify / typecheck.c
index 751d15a77fe86ed43c9440e880081bd253ea48b5..95d407b38097550d07626e88248d5cc5cebdd8d3 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: typecheck.c 5741 2006-10-11 23:22:54Z edwin $
+   $Id: typecheck.c 5742 2006-10-11 23:37:32Z edwin $
 
 */
 
@@ -778,6 +778,11 @@ typestate_restore_invars(verifier_state *state)
 static bool
 verify_invocation(verifier_state *state)
 {
+       jitdata *jd;
+       varinfo *dv;
+
+       jd = state->jd;
+       dv = VAROP(state->iptr->dst);
 
 #include <typecheck-invoke.inc>