From b11538917e9a102aa16caad0531b737a78654b23 Mon Sep 17 00:00:00 2001 From: jhansen Date: Mon, 26 Apr 2010 22:15:22 +0000 Subject: comment change git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc_128/trunk@11 c9361245-7fe8-9947-84e8-057757c4e366 --- AT91SAM7S256/Source/c_cmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'AT91SAM7S256') diff --git a/AT91SAM7S256/Source/c_cmd.c b/AT91SAM7S256/Source/c_cmd.c index 9253735..7e48993 100644 --- a/AT91SAM7S256/Source/c_cmd.c +++ b/AT91SAM7S256/Source/c_cmd.c @@ -4521,8 +4521,8 @@ afterCompaction: else if (Status == CLUMP_SUSPEND || Status == BREAKOUT_REQ || Status == ROTATE_QUEUE) // already requeued { pClumpRec->PC = pInstr + gPCDelta; - //Throw error if we ever advance beyond the clump's codespace - if (pInstr > lastClumpInstr) + //Throw error if we ever advance beyond the clump's codespace + if (pInstr > lastClumpInstr) { NXT_BREAK; Status = ERR_INSTR; @@ -4699,7 +4699,7 @@ NXT_STATUS cCmdInterpUnop1(CODE_WORD * const pCode) case OP_STARTCLUMPIMMED: { CLUMP_ID Clump = (CLUMP_ID)Arg1; - // only enqueue the clump if it is not already on the run queue + // only enqueue the clump if it is not already on one of the queues // otherwise this is a no-op if (!cCmdIsClumpOnQ(&(VarsCmd.RunQ), Clump) && !cCmdIsClumpOnQ(&(VarsCmd.RestQ), Clump) && -- cgit v1.2.3