* src/vm/jit/stacktrace.h (stackframeinfo): Renamed to
[cacao.git] / src / vm / jit / mips / codegen.c
index 4bf2d0552a01e412c838f7393dc63171fe73086e..159887ef118ccb6216c7d39020be6d8a131a88fe 100644 (file)
@@ -3676,7 +3676,7 @@ void codegen_emit_stub_native(jitdata *jd, methoddesc *nmd, functionptr f, int s
 
        cd->stackframesize =
                1 +                             /* return address                     */
-               sizeof(stackframeinfo) / SIZEOF_VOID_P +
+               sizeof(stackframeinfo_t) / SIZEOF_VOID_P +
                sizeof(localref_table) / SIZEOF_VOID_P +
                md->paramcount +                /* for saving arguments over calls    */
 #if SIZEOF_VOID_P == 4