From 669054c144a18cccfdc945ae5ab3d09c3c55e7a3 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Thu, 28 Oct 1993 00:58:04 +0000 Subject: [PATCH] (emit_move_sequence): Fix typo, `Pmode' was `mode'. From-SVN: r5924 --- gcc/config/pa/pa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 239d8ce3b90..e4ca7b7f933 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -802,7 +802,7 @@ emit_move_sequence (operands, mode, scratch_reg) memory location into scratch_reg. */ xoperands[0] = scratch_reg; xoperands[1] = XEXP (force_const_mem (mode, operand1), 0); - emit_move_sequence (xoperands, mode, 0); + emit_move_sequence (xoperands, Pmode, 0); /* Now load the destination register. */ emit_insn (gen_rtx (SET, mode, operand0, -- 2.30.2