-rw-r--r-- | lib/jit_s390x.c | 2 |
diff --git a/lib/jit_s390x.c b/lib/jit_s390x.c index 1634756..26f2867 100644 --- a/lib/jit_s390x.c +++ b/lib/jit_s390x.c @@ -701,7 +701,7 @@ _emit_code(jit_state_t *_jit) } \ break for (node = _jitc->head; node; node = node->next) { - if (_jit->pc.uc >= _jitc->code.end && !jit_remap()) + if (_jit->pc.uc >= _jitc->code.end) return (NULL); value = jit_classify(node->code); |