* changeset 304a22cd3bae accidently put all changes from the jitcache-arm-x86 to...
[cacao.git] / src / vm / references.h
index 73eb721d7dc1b8f2a5bae6abb21bd2585a995a62..be2455b0047c1d4b35c274df36c8d7661ec5641d 100644 (file)
@@ -61,11 +61,11 @@ typedef union parseddesc {
 #include "config.h"
 #include "vm/types.h"
 
-#include "vm/class.h"
+#include "vm/class.hpp"
 #include "vm/descriptor.h"
-#include "vm/field.h"
+#include "vm/field.hpp"
 #include "vm/global.h"
-#include "vm/method.h"
+#include "vm/method.hpp"
 #include "vm/utf8.h"
 
 
@@ -135,7 +135,7 @@ struct constant_FMIref{      /* Fieldref, Methodref and InterfaceMethodref    */
        (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.method->clazz->name \
                                                                : (fmiref)->p.classref->name)
 
-/* macro for accessing the class name of a field reference                   */
+/* macro for accessing the class name of a method reference                   */
 #define FIELDREF_CLASSNAME(fmiref) \
        (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.field->clazz->name \
                                                                : (fmiref)->p.classref->name)