* configure.ac (static-classpath): Removed.
[cacao.git] / src / vm / jit / x86_64 / codegen.c
index f896c417df4e537592e538147c34be5d9b9d008f..57382d0788b8c5cccd7f512b0c7ee527c721a79f 100644 (file)
@@ -3166,10 +3166,8 @@ void codegen_emit_stub_native(jitdata *jd, methoddesc *nmd, functionptr f)
 
        /* get function address (this must happen before the stackframeinfo) */
 
-#if !defined(WITH_STATIC_CLASSPATH)
        if (f == NULL)
                codegen_add_patch_ref(cd, PATCHER_resolve_native, m, 0);
-#endif
 
        M_MOV_IMM(f, REG_ITMP3);