insignificant changes from branch
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402218
This commit is contained in:
parent
3b4c800baa
commit
3aea76cfb3
@ -5,7 +5,7 @@
|
|||||||
* Copyright (C)2004-2008 AlliedModders LLC. All rights reserved.
|
* Copyright (C)2004-2008 AlliedModders LLC. All rights reserved.
|
||||||
* =============================================================================
|
* =============================================================================
|
||||||
*
|
*
|
||||||
* This file is not open source and may not be copied without explicit wriiten
|
* This file is not open source and may not be copied without explicit written
|
||||||
* permission of AlliedModders LLC. This file may not be redistributed in whole
|
* permission of AlliedModders LLC. This file may not be redistributed in whole
|
||||||
* or significant part.
|
* or significant part.
|
||||||
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php
|
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php
|
||||||
@ -2554,7 +2554,9 @@ jit_rewind:
|
|||||||
*(writer.inptr++) = OP_NOP;
|
*(writer.inptr++) = OP_NOP;
|
||||||
*(writer.inptr++) = OP_NOP;
|
*(writer.inptr++) = OP_NOP;
|
||||||
op = (OPCODE)data->jit_float_table[idx].index;
|
op = (OPCODE)data->jit_float_table[idx].index;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
writer.inptr--;
|
writer.inptr--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2585,7 +2587,9 @@ jit_rewind:
|
|||||||
writer.outptr = writer.outbase;
|
writer.outptr = writer.outbase;
|
||||||
/* go back for third pass */
|
/* go back for third pass */
|
||||||
goto jit_rewind;
|
goto jit_rewind;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
/*******
|
/*******
|
||||||
* THIRD PASS - write opcode info
|
* THIRD PASS - write opcode info
|
||||||
*******/
|
*******/
|
||||||
@ -2663,6 +2667,7 @@ jit_rewind:
|
|||||||
ctx->natives[iter].pfn = &InvalidNative;
|
ctx->natives[iter].pfn = &InvalidNative;
|
||||||
ctx->natives[iter].status = SP_NATIVE_UNBOUND;
|
ctx->natives[iter].status = SP_NATIVE_UNBOUND;
|
||||||
ctx->natives[iter].flags = 0;
|
ctx->natives[iter].flags = 0;
|
||||||
|
ctx->natives[iter].user = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Copyright (C)2004-2008 AlliedModders LLC. All rights reserved.
|
* Copyright (C)2004-2008 AlliedModders LLC. All rights reserved.
|
||||||
* =============================================================================
|
* =============================================================================
|
||||||
*
|
*
|
||||||
* This file is not open source and may not be copied without explicit wriiten
|
* This file is not open source and may not be copied without explicit written
|
||||||
* permission of AlliedModders LLC. This file may not be redistributed in whole
|
* permission of AlliedModders LLC. This file may not be redistributed in whole
|
||||||
* or significant part.
|
* or significant part.
|
||||||
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php
|
* For information, see LICENSE.txt or http://www.sourcemod.net/license.php
|
||||||
|
Loading…
Reference in New Issue
Block a user