summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 895c967cb4..c542cbf0bd 100644
--- a/op.c
+++ b/op.c
@@ -20,7 +20,7 @@
#include "perl.h"
#include "keywords.h"
-#define CALL_PEEP(o) CALL_FPTR(PL_peepp)(o)
+#define CALL_PEEP(o) CALL_FPTR(PL_peepp)(aTHX_ o)
/* #define PL_OP_SLAB_ALLOC */