[svn:parrot] r41558 - trunk/src/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Sep 29 15:05:31 UTC 2009
Author: mikehh
Date: Tue Sep 29 15:05:22 2009
New Revision: 41558
URL: https://trac.parrot.org/parrot/changeset/41558
Log:
codetest failure - trailing whitespace
Modified:
trunk/src/pmc/context.pmc
Modified: trunk/src/pmc/context.pmc
==============================================================================
--- trunk/src/pmc/context.pmc Tue Sep 29 13:29:06 2009 (r41557)
+++ trunk/src/pmc/context.pmc Tue Sep 29 15:05:22 2009 (r41558)
@@ -234,7 +234,7 @@
if (sub->seg->annotations) {
PackFile_ByteCode *seg = sub->seg;
- opcode_t *pc = cont && cur_ctx == cont->to_ctx
+ opcode_t *pc = cont && cur_ctx == cont->to_ctx
? cont->address
: Parrot_pcc_get_pc(interp, cur_ctx);
More information about the parrot-commits
mailing list