* merged with tip (040f180a056b)
[cacao.git] / src / vm / jit / code.h
index 9185575944fe405ababdedae71e30ea7e1270b14..af2849a012e42e49a6a7350a735ecf71c82f1de8 100644 (file)
@@ -85,6 +85,10 @@ struct codeinfo {
        /* patcher list */
        list_t       *patchers;
 
+#if defined (ENABLE_JITCACHE)
+       list_t           *cachedrefs;
+#endif
+
        /* replacement */                                   
        s4            stackframesize;       /* size of the stackframe in slots    */