[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


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);
  }



More information about the Tinyos-commits mailing list