Fixed bug where JIT did not work on linux (memory alignment issues)

This commit is contained in:
David Anderson
2005-07-27 19:43:54 +00:00
parent 31436e3ecf
commit eaf102d78f
3 changed files with 11 additions and 4 deletions

View File

@@ -392,7 +392,7 @@ int load_amxscript(AMX *amx, void **program, const char *filename, char error[64
{
delete[] np;
delete[] rt;
strcpy(error,"Failed to initialize plugin");
strcpy(error,"Failed to initialize JIT'd plugin");
return (amx->error = AMX_ERR_INIT);
}