Author: tfaber
 Date: Sat Oct 25 00:08:23 2014
 New Revision: 64974
 URL: 
http://svn.reactos.org/svn/reactos?rev=64974&view=rev
 Log:
 [CRT]
 - Add frame pointer omission information to assembly string functions to fix debugging
annoyances. Reviews appreciated
 Modified: trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.inc
 URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tc…
 ==============================================================================
 --- trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.inc  [iso-8859-1] (original)
 +++ trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.inc  [iso-8859-1] Sat Oct 25 00:08:23
2014
 @@ -5,7 +5,8 @@
   PUBLIC _tcsnlen
   .code
 -_tcsnlen:
 +FUNC _tcsnlen
 +    FPO 0, 1, 1, 1, 0, FRAME_FPO