Re: [Mingw-w64-public] [Patch] __stos* must use output params

2013-07-04 Thread Kai Tietz
2013/7/4 dw : > While input parameters to asm blocks are expressions (not lvalues), they > cannot (safely) be modified within the asm code unless they are also listed > as outputs. While this may appear to work, code that comes *after* the asm > block may fail. > > dw Patch is ok. Thanks, Kai -

[Mingw-w64-public] [Patch] __stos* must use output params

2013-07-03 Thread dw
While input parameters to asm blocks are expressions (not lvalues), they cannot (safely) be modified within the asm code unless they are also listed as outputs. While this may appear to work, code that comes *after* the asm block may fail. dw Index: mingw-w64-headers/include/psdk_inc/intrin-m