summaryrefslogtreecommitdiff
path: root/rts/Printer.c
diff options
context:
space:
mode:
authorAlexis King <lexi.lambda@gmail.com>2023-05-12 15:08:18 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-13 08:45:18 -0400
commitd85ed900b271109185251cb0494d51048a4cf213 (patch)
treeff77df793137704d6399e57e771493cbb60a2fe2 /rts/Printer.c
parent5cad28e73bf9a1a535fa9ed22800156c1ba2e6c8 (diff)
downloadhaskell-d85ed900b271109185251cb0494d51048a4cf213.tar.gz
Use a uniform return convention in bytecode for unary results
fixes #22958
Diffstat (limited to 'rts/Printer.c')
-rw-r--r--rts/Printer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Printer.c b/rts/Printer.c
index e2dee0984e..85e3069967 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -652,8 +652,6 @@ printStackChunk( StgPtr sp, StgPtr spBottom )
if (c == (StgWord)&stg_ctoi_R1p_info) {
debugBelch("stg_ctoi_R1p_info" );
- } else if (c == (StgWord)&stg_ctoi_R1unpt_info) {
- debugBelch("stg_ctoi_R1unpt_info" );
} else if (c == (StgWord)&stg_ctoi_R1n_info) {
debugBelch("stg_ctoi_R1n_info" );
} else if (c == (StgWord)&stg_ctoi_F1_info) {