Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Apr 2000 20:06:46 +0000 (20:06 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Apr 2000 20:06:46 +0000 (20:06 +0000)
From-SVN: r33186

gcc/cp/method.c

index 206c88598503cc17f2e27e11c5d31ec14555c6bf..4d28c209af20615f30a7de074d07977fce94f7a3 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.