[svn:parrot] r41649 - branches/pcc_reapply/src

chromatic chromatic at wgz.org
Sat Oct 3 23:24:47 UTC 2009


On Saturday 03 October 2009 15:34:00 bacek at svn.parrot.org wrote:

> Log:
> Comment out more stuff in frame_builder.c
>
> Modified:
>    branches/pcc_reapply/src/frame_builder.c

> --- branches/pcc_reapply/src/frame_builder.c	Sat Oct  3 22:24:57
> 2009	(r41648) +++ branches/pcc_reapply/src/frame_builder.c	Sat Oct  3
> 22:33:59 2009	(r41649) @@ -573,37 +573,37 @@
>              emitm_movl_m_r(interp, pc, emit_EAX, emit_EAX, 0, 1, 0);
>              if (*sig == 2)      /* short */
>                  emitm_movswl_r_r(pc, emit_EAX, emit_EAX);
> -            emitm_call_cfunc(pc, set_nci_I);
> +            //emitm_call_cfunc(pc, set_nci_I);

These should be C comments, not C++.

-- c


More information about the parrot-dev mailing list