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
130e4a02
Commit
130e4a02
authored
Jan 05, 2005
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
From-SVN: r92930
parent
ec24eb4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libmudflap/ChangeLog
+5
-1
libmudflap/testsuite/libmudflap.c/pass32-frag.c
+1
-1
No files found.
libmudflap/ChangeLog
View file @
130e4a02
2004-01-02 Greg McGary <greg@mcgary.org>
2005-01-05 Richard Henderson <rth@redhat.com>
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
2005-01-02 Greg McGary <greg@mcgary.org>
* mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly.
* mf-runtime.h: New file, replaces mf-runtime.h.in.
...
...
libmudflap/testsuite/libmudflap.c/pass32-frag.c
View file @
130e4a02
...
...
@@ -13,6 +13,6 @@ int main ()
{
struct
foo
k
;
char
*
n
=
get_z
(
&
k
);
srand
((
int
)(
__mf_uintptr_
)
t
n
);
/* use the pointer value */
srand
((
int
)(
__mf_uintptr_
t
)
n
);
/* use the pointer value */
return
0
;
}
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