diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-16 20:06:46 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-16 20:06:46 +0000 |
| commit | 4d0c2f0b044a53f8bd2b8e3bb40ed63c0bb5dd83 (patch) | |
| tree | 6606e4bfddd7c01574f6684f3aea16c816266b8c | |
| parent | f8732e3f6ac4da3e123e7175e7a70fa31956a11c (diff) | |
| download | ppe42-gcc-4d0c2f0b044a53f8bd2b8e3bb40ed63c0bb5dd83.tar.gz ppe42-gcc-4d0c2f0b044a53f8bd2b8e3bb40ed63c0bb5dd83.zip | |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33186 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 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. |

