OSDN Git Service

Fix typo
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Apr 2000 20:06:46 +0000 (20:06 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Apr 2000 20:06:46 +0000 (20:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33186 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/method.c

index 206c885..4d28c20 100644 (file)
@@ -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.