MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / decrease_call_count

Function decrease_call_count

tools/pcre/pcre_jit_compile.c:1763–1769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761}
1762
1763static SLJIT_INLINE void decrease_call_count(compiler_common *common)
1764{
1765DEFINE_COMPILER;
1766
1767OP2(SLJIT_SUB | SLJIT_SET_E, CALL_COUNT, 0, CALL_COUNT, 0, SLJIT_IMM, 1);
1768add_jump(compiler, &common->calllimit, JUMP(SLJIT_C_ZERO));
1769}
1770
1771static SLJIT_INLINE void allocate_stack(compiler_common *common, int size)
1772{

Calls 1

add_jumpFunction · 0.85

Tested by

no test coverage detected