Re: [2/2] kernel32/tests: Port stack commit tests to x86_64.
15 Apr
2016
15 Apr
'16
3:21 a.m.
Sebastian Lackner <sebastian(a)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(a)winehq.org
3619
Age (days ago)
3619
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard