[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/components MateEngineM.nc, 1.6, 1.7

David Gay idgay at users.sourceforge.net
Fri Apr 28 11:05:26 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/components
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9484

Modified Files:
	MateEngineM.nc 
Log Message:
default handler auto-inling is weird. so force it.


Index: MateEngineM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/components/MateEngineM.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MateEngineM.nc	27 Apr 2005 02:05:24 -0000	1.6
--- MateEngineM.nc	28 Apr 2006 18:05:23 -0000	1.7
***************
*** 227,231 ****
    }
    
!   default command uint8_t BytecodeImpls.byteLength[uint8_t opcode]() {
      return 1;
    }
--- 227,231 ----
    }
    
!   default inline command uint8_t BytecodeImpls.byteLength[uint8_t opcode]() {
      return 1;
    }



More information about the Tinyos-commits mailing list