summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psi/idebug.c')
-rw-r--r--psi/idebug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/psi/idebug.c b/psi/idebug.c
index fb6ce0c7..796b5371 100644
--- a/psi/idebug.c
+++ b/psi/idebug.c
@@ -132,6 +132,7 @@ debug_print_full_ref(const gs_memory_t *mem, const ref * pref)
case t_string:
dmprintf2(mem, "string(%u)"PRI_INTPTR"", size, (intptr_t)pref->value.bytes);
break;
+ case t_pdfctx:
case t_struct:
strct:{
obj_header_t *obj = (obj_header_t *) pref->value.pstruct;