From 8882cc8fb00439dd0d132a676981bd34301c6a24 Mon Sep 17 00:00:00 2001 From: jhansen Date: Tue, 27 Apr 2010 23:24:06 +0000 Subject: fixed stringtonum bugs added addrof opcode changes that will hopefully fix stopclumpimmed opcode bugs git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc_128/trunk@13 c9361245-7fe8-9947-84e8-057757c4e366 --- AT91SAM7S256/Source/c_cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'AT91SAM7S256/Source/c_cmd.h') diff --git a/AT91SAM7S256/Source/c_cmd.h b/AT91SAM7S256/Source/c_cmd.h index 729e14b..5f9caa6 100644 --- a/AT91SAM7S256/Source/c_cmd.h +++ b/AT91SAM7S256/Source/c_cmd.h @@ -439,6 +439,7 @@ typedef struct CLUMP_ID* pDependents; ULONG awakenTime; UBYTE DependentCount; + CLUMP_ID CalledClump; CLUMP_BREAK_REC Breakpoints[MAX_BREAKPOINTS]; } CLUMP_REC; -- cgit v1.2.3