From-SVN: r33186
This commit is contained in:
Mark Mitchell 2000-04-16 20:06:46 +00:00
parent 4e7512c9d1
commit aa95639ea8

View File

@ -2114,8 +2114,8 @@ emit_thunk (thunk_fndecl)
current_function_decl = 0; current_function_decl = 0;
cfun = 0; cfun = 0;
} }
#endif /* ASM_OUTPUT_MI_THUNK */
else else
#endif /* ASM_OUTPUT_MI_THUNK */
{ {
/* If we don't have the necessary macro for efficient thunks, generate a /* If we don't have the necessary macro for efficient thunks, generate a
thunk function that just makes a call to the real function. thunk function that just makes a call to the real function.