Sebastian Lackner sebastian@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.