summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 706e2d6475..352be9953f 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -1712,11 +1712,10 @@ PP(pp_sort)
assert(CxTYPE(cx) == CXt_SUB);
POPSUB(cx);
}
- else
+ else {
assert(CxTYPE(cx) == CXt_NULL);
- /* mimic POPSUB */
CX_LEAVE_SCOPE(cx);
- PL_tmps_floor = cx->cx_u.cx_blk.blku_old_tmpsfloor;
+ }
POPBLOCK(cx);
cxstack_ix--;