26 Jan
2021
26 Jan
'21
4:25 p.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
+#define MEMMOVE_INIT \ + "movl " __ASM_NAME( "sse2_supported" ) ", %eax\n\t" \ + "cmp $0, %eax\n\t" \
In general you can't access global variables that way, it's not compatible with PIC. I'd suggest doing that part from C code. -- Alexandre Julliard julliard(a)winehq.org