author | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2024年09月03日 11:18:58 -0300 |
---|---|---|
committer | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2024年09月03日 11:18:58 -0300 |
commit | bfd695a94668861a9447b29d2666f8b9c5dcd5bf (patch) | |
tree | 90ccd8b74700e9e6e1df66f2f7ef7541d2311f59 | |
parent | 778d326740f9893c398f959b419629935b613099 (diff) | |
download | lightning-bfd695a94668861a9447b29d2666f8b9c5dcd5bf.tar.gz |
-rw-r--r-- | lib/lightning.c | 2 |
diff --git a/lib/lightning.c b/lib/lightning.c index ce0e295..83917ae 100644 --- a/lib/lightning.c +++ b/lib/lightning.c @@ -2620,8 +2620,8 @@ _jit_emit(jit_state_t *_jit) # endif # ifndef NDEBUG result = - mprotect(_jit->code.ptr, _jit->code.protect, PROT_READ | PROT_EXEC); # endif + mprotect(_jit->code.ptr, _jit->code.protect, PROT_READ | PROT_EXEC); assert(result == 0); } #endif /* HAVE_MMAP */ |