- fix compile error when SSE is enabled

This commit is contained in:
Magnus Norddahl 2018-11-04 18:12:05 +01:00
parent dbce7c68f7
commit 5cbe1e18e7

View file

@ -1078,7 +1078,7 @@ int ClassifyLineBackpatchC (node_t &node, const FSimpleVert *v1, const FSimpleVe
int *calleroffset;
int diff;
int (*func)(node_t &, const FSimpleVert *, const FSimpleVert *, int[2]);
uint32_t oldprotect;
DWORD oldprotect;
#ifdef __GNUC__
calleroffset = (int *)__builtin_return_address(0);