diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-04-16 20:06:46 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-04-16 20:06:46 +0000 |
commit | aa95639ea8e35220e659f6531ffd11990845373d (patch) | |
tree | 6606e4bfddd7c01574f6684f3aea16c816266b8c | |
parent | 4e7512c9d18b4bdd5a52a239746b4cd2b0a91399 (diff) | |
download | gcc-aa95639ea8e35220e659f6531ffd11990845373d.zip gcc-aa95639ea8e35220e659f6531ffd11990845373d.tar.gz gcc-aa95639ea8e35220e659f6531ffd11990845373d.tar.bz2 |
Fix typo
From-SVN: r33186
-rw-r--r-- | gcc/cp/method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 206c885..4d28c20 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. |