[2/2] kernel32/tests: Port stack commit tests to x86_64.

Alexandre Julliard julliard at winehq.org
Fri Apr 15 03:21:16 CDT 2016


Sebastian Lackner <sebastian at fds-team.de> writes:

>  START_TEST(virtual)
>  {
> +#ifdef __x86_64__
> +    static const char code_current_teb[] = {
> +        0x65, 0x48, 0x8b, 0x04, 0x25, 0x30, 0x00, 0x00, 0x00, 0xc3 };
> +#endif

It would be cleaner to use the existing inline function from winnt.h.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list