Am 25.10.2014 02:08, schrieb tfa...@svn.reactos.org:
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/tcsnlen.inc?rev=64974&r1=64973&r2=64974&view=diff
==============================================================================
--- 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
This one has 2 parameters
_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev