* src/vmcore/field.h (fieldinfo): Renamed class to clazz.
[cacao.git] / src / vmcore / references.h
index de4f7bfb0035d10050086cb8fa917b89d090724b..eb21dca41c6f158743e21461ed588d21eb373346 100644 (file)
@@ -140,7 +140,7 @@ struct constant_FMIref{     /* Fieldref, Methodref and InterfaceMethodref     */
 
 /* macro for accessing the class name of a method reference                   */
 #define FIELDREF_CLASSNAME(fmiref) \
-       (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.field->class->name \
+       (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.field->clazz->name \
                                                                : (fmiref)->p.classref->name)
 
 /* initialize a constant_classref with referer `ref` and name `classname`     */