Andreas Sandberg has submitted this change and it was merged. ( https://gem5-review.googlesource.com/2960 )

Change subject: util: Fix incorrect return type in m5 writefile
......................................................................

util: Fix incorrect return type in m5 writefile

Change-Id: Ic24a1c3c1488e970ed27bb6b99262d201f535384
Signed-off-by: Andreas Sandberg <[email protected]>
Reviewed-by: Curtis Dunham <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/2960
Reviewed-by: Gabe Black <[email protected]>
---
M util/m5/m5.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Gabe Black: Looks good to me, approved
  Andreas Sandberg: Looks good to me, approved



diff --git a/util/m5/m5.c b/util/m5/m5.c
index 118ac94..8e6f4fc 100644
--- a/util/m5/m5.c
+++ b/util/m5/m5.c
@@ -122,7 +122,7 @@
     }
 }

-int
+void
 write_file(const char *filename)
 {
     fprintf(stderr, "opening %s\n", filename);

--
To view, visit https://gem5-review.googlesource.com/2960
To unsubscribe, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic24a1c3c1488e970ed27bb6b99262d201f535384
Gerrit-Change-Number: 2960
Gerrit-PatchSet: 3
Gerrit-Owner: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Curtis Dunham <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to