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
75e50bd2
Commit
75e50bd2
authored
Sep 27, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bitmap.h: Fix a comment typo.
From-SVN: r88168
parent
2c11433f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/bitmap.h
+1
-1
No files found.
gcc/ChangeLog
View file @
75e50bd2
2004
-
09
-
27
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
bitmap
.
h
:
Fix
a
comment
typo
.
2004
-
09
-
27
Aaron
W
.
LaFramboise
<
aaronraolete36
@
aaronwl
.
com
>
*
libgcc2
.
c
(
getpagesize
):
Change
type
of
return
value
to
int
.
...
...
gcc/bitmap.h
View file @
75e50bd2
...
...
@@ -282,7 +282,7 @@ bmp_iter_single_init (bitmap_iterator *bi, bitmap bmp, unsigned min)
return
bmp_iter_single_next_1
(
bi
);
}
/* Returns true if all elements of the bitmap refered to by iterator BI
/* Returns true if all elements of the bitmap refer
r
ed to by iterator BI
were processed. */
static
inline
bool
...
...
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