From: Mike Stump Date: Wed, 4 Oct 1995 17:59:40 +0000 (+0000) Subject: fix small typo X-Git-Tag: misc/cutover-egcs-0~3533 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ebba7fc0d18e3fd0e37442dd4d9e142947689a9;p=thirdparty%2Fgcc.git fix small typo From-SVN: r10431 --- diff --git a/gcc/expr.c b/gcc/expr.c index cb026410381b..559a0677c87a 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,