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:
terminx 2014-11-02 05:44:27 +00:00
parent 764f77d1cd
commit 502f5dac64
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ extern "C" {
#endif
#endif
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
int32_t nx_unprotect(intptr_t beg, intptr_t end)
{
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
# if defined _WIN32
DWORD oldprot;
@ -177,10 +177,10 @@ int32_t nx_unprotect(intptr_t beg, intptr_t end)
# else
# error "Don't know how to unprotect the self-modifying assembly on this platform!"
# endif
#endif
return 0;
}
#endif
// Calculate ylookup[] and call setvlinebpl()