[ros-dev] [ros-diffs] [tfaber] 64974: [CRT] - Add frame pointer omission information to assembly string functions to fix debugging annoyances. Reviews appreciated

Timo Kreuzer timo.kreuzer at web.de
Sat Oct 25 08:40:03 UTC 2014


Am 25.10.2014 02:08, schrieb tfaber at 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





More information about the Ros-dev mailing list