summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 3bd9f2aabf..47d4a064a2 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -1720,7 +1720,7 @@ PP(pp_sort)
/* mimic POPSUB */
PL_tmps_floor = cx->cx_u.cx_blk.blku_old_tmpsfloor;
- POPBLOCK(cx,PL_curpm);
+ POPBLOCK(cx);
cxstack_ix--;
POPSTACK;
CATCH_SET(oldcatch);