[svn:parrot] r41649 - branches/pcc_reapply/src
Vasily Chekalkin
bacek at bacek.com
Sat Oct 3 23:34:15 UTC 2009
chromatic wrote:
>> --- 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++.
Same "special marker" I used during Contexts refactoring. This whole
function should be reworked.
--
Bacek
More information about the parrot-dev
mailing list