From: Mark Mitchell Date: Sun, 16 Apr 2000 20:06:46 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa95639ea8e35220e659f6531ffd11990845373d;p=gcc.git Fix typo From-SVN: r33186 --- diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 206c8859850..4d28c209af2 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -2114,8 +2114,8 @@ emit_thunk (thunk_fndecl) current_function_decl = 0; cfun = 0; } -#endif /* ASM_OUTPUT_MI_THUNK */ else +#endif /* ASM_OUTPUT_MI_THUNK */ { /* If we don't have the necessary macro for efficient thunks, generate a thunk function that just makes a call to the real function.