author | Edouard Tisserant |
Tue, 14 Feb 2012 12:20:19 +0100 | |
changeset 681 | 383864958dac |
parent 680 | 61746934df41 |
child 684 | d376a8b0b602 |
--- a/targets/Win32/plc_Win32_main.c Thu Feb 09 21:23:11 2012 +0100 +++ b/targets/Win32/plc_Win32_main.c Tue Feb 14 12:20:19 2012 +0100 @@ -244,10 +244,12 @@ void Retain(unsigned int offset, unsigned int count, void * p) { + /* unsigned int position; for(position=0; position<count; position++ ){ printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]); } + */ } void Remind(unsigned int offset, unsigned int count, void *p)