[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate
MOPcontrolM.nc, 1.4, 1.5
David Gay
idgay at users.sourceforge.net
Tue Nov 22 15:35:19 PST 2005
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate
OPmhandler.nc, NONE, 1.1 MOPcontrol.nc, 1.3,
1.4 MOPcontrolM.nc, 1.3, 1.4 MOPhandlerM.nc, 1.4,
1.5 MemoryM.nc, 1.6, 1.7 motlle.ldf, 1.3, 1.4 tinyscheme.ldf,
1.1, 1.2 OPmhandler4.nc, 1.3, NONE
- Next message: [Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/src
mate-interface.mt, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8095/mate
Modified Files:
MOPcontrolM.nc
Log Message:
oops
Index: MOPcontrolM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/MOPcontrolM.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MOPcontrolM.nc 22 Nov 2005 23:25:22 -0000 1.4
--- MOPcontrolM.nc 22 Nov 2005 23:35:17 -0000 1.5
***************
*** 81,85 ****
command result_t BranchIfTruePreserve.execute(uint8_t instr, MateContext *context) {
mvalue v = preservePop(context);
! branch(instr - OP_MBT3, call T.truep(v), context);
return SUCCESS;
}
--- 81,85 ----
command result_t BranchIfTruePreserve.execute(uint8_t instr, MateContext *context) {
mvalue v = preservePop(context);
! branch(instr - OP_MBTP3, call T.truep(v), context);
return SUCCESS;
}
***************
*** 91,95 ****
command result_t BranchIfFalsePreserve.execute(uint8_t instr, MateContext *context) {
mvalue v = preservePop(context);
! branch(instr - OP_MBF3, !call T.truep(v), context);
return SUCCESS;
}
--- 91,95 ----
command result_t BranchIfFalsePreserve.execute(uint8_t instr, MateContext *context) {
mvalue v = preservePop(context);
! branch(instr - OP_MBFP3, !call T.truep(v), context);
return SUCCESS;
}
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate
OPmhandler.nc, NONE, 1.1 MOPcontrol.nc, 1.3,
1.4 MOPcontrolM.nc, 1.3, 1.4 MOPhandlerM.nc, 1.4,
1.5 MemoryM.nc, 1.6, 1.7 motlle.ldf, 1.3, 1.4 tinyscheme.ldf,
1.1, 1.2 OPmhandler4.nc, 1.3, NONE
- Next message: [Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/src
mate-interface.mt, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list