* src/vm/jit/mips/asmpart.S (asm_handle_exception): Removed comments.
[cacao.git] / src / vm / jit / mips / asmpart.S
index e38147d9db6756b397ce244a7ddfeb48903d8274..73732e6c633c1132f565994df8c1401b9620cb53 100644 (file)
@@ -421,7 +421,7 @@ ex_int2:
        l.d     fs1,-3*8(t1)
        l.d     fs2,-2*8(t1)
        l.d     fs3,-1*8(t1)
-#else /* SIZEOF_VOID_P == 8 */
+#else
 # if !defined(ENABLE_SOFT_FLOAT)
        l.d     fs0,-6*8(t1)
        l.d     fs1,-5*8(t1)
@@ -429,8 +429,8 @@ ex_int2:
        l.d     fs3,-3*8(t1)
        l.d     fs4,-2*8(t1)
        l.d     fs5,-1*8(t1)
-# endif /* !defined(ENABLE_SOFT_FLOAT) */
-#endif /* SIZEOF_VOID_P == 8 */
+# endif
+#endif
 
 ex_flt2:
        lw      t1,FrameSize(pv)            /* get frame size                     */