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

David Gay idgay at users.sourceforge.net
Tue Nov 22 15:25:24 PST 2005


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

Modified Files:
	bytecodes.h mate_machine.inc 
Log Message:
opmb[ft]p3


Index: bytecodes.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/bytecodes.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bytecodes.h	18 Nov 2005 18:47:41 -0000	1.3
--- bytecodes.h	22 Nov 2005 23:25:22 -0000	1.4
***************
*** 24,27 ****
--- 24,28 ----
  BC(OPmreturn, 171)
  BC(OPhalt, 0)
+ BC(OPmhandler, 246)
  
  BC(OPmba3, 2)

Index: mate_machine.inc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/mate_machine.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mate_machine.inc	25 Oct 2005 16:55:10 -0000	1.4
--- mate_machine.inc	22 Nov 2005 23:25:22 -0000	1.5
***************
*** 61,65 ****
  
    if (!obj->forwarded)
!     save_copy_and_scan(&mate_machine_specification.layout, obj);
  
    return MATE_MAKE_PTR(obj->size);
--- 61,70 ----
  
    if (!obj->forwarded)
!     {
!       struct c_machine_specification *cms = 
! 	remote_gstate->machine->c_machine_specification->external;
! 
!       save_copy_and_scan(&cms->layout, obj);
!     }
  
    return MATE_MAKE_PTR(obj->size);



More information about the Tinyos-commits mailing list