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
02e02343
Commit
02e02343
authored
Oct 12, 2003
by
Danny Smith
Committed by
Danny Smith
Oct 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.c (x86_this_parameter): Fix typo.
From-SVN: r72390
parent
c411fdae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
02e02343
2003-10-12 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/i386.c (x86_this_parameter): Fix typo.
2003-10-11 Jan Hubicka <jh@suse.cz>
2003-10-11 Jan Hubicka <jh@suse.cz>
* Makefile.in (web.o): New.
* Makefile.in (web.o): New.
...
...
gcc/config/i386/i386.c
View file @
02e02343
...
@@ -15188,7 +15188,7 @@ x86_this_parameter (tree function)
...
@@ -15188,7 +15188,7 @@ x86_this_parameter (tree function)
int
regno
=
0
;
int
regno
=
0
;
if
(
lookup_attribute
(
"fastcall"
,
TYPE_ATTRIBUTES
(
type
)))
if
(
lookup_attribute
(
"fastcall"
,
TYPE_ATTRIBUTES
(
type
)))
regno
=
2
;
regno
=
2
;
return
gen_rtx_REG
(
SImode
,
0
);
return
gen_rtx_REG
(
SImode
,
regno
);
}
}
}
}
...
...
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