mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 14:51:40 +00:00
- fix compile error when SSE is enabled
This commit is contained in:
parent
dbce7c68f7
commit
5cbe1e18e7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue