From 0ebba7fc0d18e3fd0e37442dd4d9e142947689a9 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 4 Oct 1995 17:59:40 +0000 Subject: [PATCH] fix small typo From-SVN: r10431 --- gcc/expr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/expr.c b/gcc/expr.c index cb02641..559a067 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7184,6 +7184,7 @@ expand_builtin_return_addr (fndecl_code, count, tem) plus_constant (tem, GET_MODE_SIZE (Pmode))); tem = gen_rtx (MEM, Pmode, tem); #endif + return tem; } /* Expand an expression EXP that calls a built-in function, -- 2.7.4