[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone mate_machine.inc, 1.3, 1.4

David Gay idgay at users.sourceforge.net
Tue Oct 25 09:55:12 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv971

Modified Files:
	mate_machine.inc 
Log Message:
fix symbol dump


Index: mate_machine.inc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/mate_machine.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mate_machine.inc	14 Oct 2005 00:20:31 -0000	1.3
--- mate_machine.inc	25 Oct 2005 16:55:10 -0000	1.4
***************
*** 26,30 ****
        gsym == sym)
      {
!       *oval =  MATE_MAKE_ATOM(intval(sym->data) + mate_machine_specification.primop_count + 1);
        return TRUE;
      }
--- 26,32 ----
        gsym == sym)
      {
!       struct c_machine_specification *cms = 
! 	remote_gstate->machine->c_machine_specification->external;
!       *oval =  MATE_MAKE_ATOM(intval(sym->data) + cms->primop_count + 1);
        return TRUE;
      }



More information about the Tinyos-commits mailing list