Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3ccb603d
Commit
3ccb603d
authored
Apr 05, 2000
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Apr 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* calls.c (initialize_argument_information): Fix typo in last change.
From-SVN: r32920
parent
055be976
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/calls.c
+1
-1
No files found.
gcc/ChangeLog
View file @
3ccb603d
2000
-
04
-
04
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
calls
.
c
(
initialize_argument_information
)
:
Fix
typo
in
previous
change
.
2000
-
04
-
04
Richard
Henderson
<
rth
@cygnus
.
com
>
*
regrename
.
c
(
consider_available
)
:
Test
fixed_regs
not
...
...
gcc/calls.c
View file @
3ccb603d
...
...
@@ -1218,7 +1218,7 @@ initialize_argument_information (num_actuals, args, args_size, n_named_args,
/* If this is a sibling call and the machine has register windows, the
register window has to be unwinded before calling the routine, so
arguments have to go into the incoming registers. */
if
(
ecf_flags
&
ECF_SIBCALL
)
if
(
*
ecf_flags
&
ECF_SIBCALL
)
args
[
i
].
reg
=
FUNCTION_INCOMING_ARG
(
*
args_so_far
,
mode
,
type
,
argpos
<
n_named_args
);
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment