[Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone/runtime
support.c, 1.2, 1.3
David Gay
idgay at users.sourceforge.net
Thu Oct 13 17:20:33 PDT 2005
- Previous message: [Tinyos-commits]
CVS: tinyos-1.x/tos/platform/avrmote avrhardware.h, 1.17, 1.18
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
compile.c, 1.6, 1.7 dump.c, 1.3, 1.4 dump.h, 1.2, 1.3 global.c,
1.3, 1.4 mate_machine.inc, 1.2, 1.3 scheme.c, 1.4,
1.5 scheme.txt, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/runtime
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8825/runtime
Modified Files:
support.c
Log Message:
bug fixes
symbol -> mate dump
Index: support.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/runtime/support.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** support.c 30 Nov 2004 18:52:44 -0000 1.2
--- support.c 14 Oct 2005 00:20:31 -0000 1.3
***************
*** 42,46 ****
/* Could use lots more checks on gstate... */
TYPEIS(gstate, type_vector);
! if (vector_len(gstate) != 7)
RUNTIME_ERROR(error_bad_type);
}
--- 42,46 ----
/* Could use lots more checks on gstate... */
TYPEIS(gstate, type_vector);
! if (vector_len(gstate) != 8)
RUNTIME_ERROR(error_bad_type);
}
- Previous message: [Tinyos-commits]
CVS: tinyos-1.x/tos/platform/avrmote avrhardware.h, 1.17, 1.18
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
compile.c, 1.6, 1.7 dump.c, 1.3, 1.4 dump.h, 1.2, 1.3 global.c,
1.3, 1.4 mate_machine.inc, 1.2, 1.3 scheme.c, 1.4,
1.5 scheme.txt, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list