Commit aa95639e by Mark Mitchell

Fix typo

From-SVN: r33186
parent 4e7512c9
...@@ -2114,8 +2114,8 @@ emit_thunk (thunk_fndecl) ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment