mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
Useless change I forgot. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4723 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
764f77d1cd
commit
502f5dac64
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
|
||||||
int32_t nx_unprotect(intptr_t beg, intptr_t end)
|
int32_t nx_unprotect(intptr_t beg, intptr_t end)
|
||||||
{
|
{
|
||||||
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
|
|
||||||
# if defined _WIN32
|
# if defined _WIN32
|
||||||
DWORD oldprot;
|
DWORD oldprot;
|
||||||
|
|
||||||
|
@ -177,10 +177,10 @@ int32_t nx_unprotect(intptr_t beg, intptr_t end)
|
||||||
# else
|
# else
|
||||||
# error "Don't know how to unprotect the self-modifying assembly on this platform!"
|
# error "Don't know how to unprotect the self-modifying assembly on this platform!"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Calculate ylookup[] and call setvlinebpl()
|
// Calculate ylookup[] and call setvlinebpl()
|
||||||
|
|
Loading…
Reference in a new issue