summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-12 10:43:47 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-12 10:44:37 +0200
commit4a7ec516e0d10f63f64d9edf920ab52f3bd93a1b (patch)
treec8b70b4cda294a6c0439c2e9485ab9d36af7804a /Zend
parent0949214ab3f4e60b202282a7ca72a0dd2b93032b (diff)
downloadphp-git-4a7ec516e0d10f63f64d9edf920ab52f3bd93a1b.tar.gz
Move label to correct position
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c
index 805db23858..0b895792da 100644
--- a/Zend/zend_gc.c
+++ b/Zend/zend_gc.c
@@ -1384,6 +1384,7 @@ tail_call:
ref = Z_COUNTED_P(zv);
goto tail_call;
}
+handle_ht:
if (GC_REF_ADDRESS(ht) != 0 && GC_REF_CHECK_COLOR(ht, GC_BLACK)) {
GC_TRACE_REF(ht, "removing from buffer");
GC_REMOVE_FROM_BUFFER(ht);
@@ -1397,7 +1398,6 @@ tail_call:
return count;
}
-handle_ht:
if (!ht->nNumUsed) return count;
p = ht->arData;
end = p + ht->nNumUsed;