projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b043f37
)
util: Fix incorrect return type in m5 writefile
author
Andreas Sandberg
<andreas.sandberg@arm.com>
Wed, 26 Apr 2017 16:43:03 +0000
(16:43 +0000)
committer
Andreas Sandberg
<andreas.sandberg@arm.com>
Mon, 8 May 2017 09:39:07 +0000
(09:39 +0000)
Change-Id: Ic24a1c3c1488e970ed27bb6b99262d201f535384
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2960
Reviewed-by: Gabe Black <gabeblack@google.com>
util/m5/m5.c
patch
|
blob
|
history
diff --git
a/util/m5/m5.c
b/util/m5/m5.c
index 118ac94479e92482a67914a79bc5117bfa404d2b..8e6f4fc59bc74fe4f6708fc3c05fe841c2e6d075 100644
(file)
--- a/
util/m5/m5.c
+++ b/
util/m5/m5.c
@@
-122,7
+122,7
@@
read_file(int dest_fid)
}
}
-int
+void
write_file(const char *filename)
{
fprintf(stderr, "opening %s\n", filename);