* xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
From-SVN: r32243
This commit is contained in:
parent
475f26dde6
commit
26a13c2bb8
@ -1,3 +1,7 @@
|
||||
2000-02-28 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
|
||||
|
||||
2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
|
||||
|
@ -507,7 +507,7 @@ xcoffout_begin_function (file, last_linenum)
|
||||
in sdbout_begin_block, but there is no guarantee that there will be any
|
||||
inner block 1, so we must do it here. This gives a result similar to
|
||||
dbxout, so it does make some sense. */
|
||||
do_block = BLOCK_NUMBER (DECL_INITIAL (decl));
|
||||
do_block = BLOCK_NUMBER (DECL_INITIAL (current_function_decl));
|
||||
xcoffout_block (DECL_INITIAL (current_function_decl), 0,
|
||||
DECL_ARGUMENTS (current_function_decl));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user