Gabe Black has uploaded a new patch set (#3) to the change originally created by Sujay Phadke. ( https://gem5-review.googlesource.com/7521 )

Change subject: alpha: fix for no 'break' in the case statement
......................................................................

alpha: fix for no 'break' in the case statement

gem5 won't compile correctly since g++ will throw a warning (error)
that the next case statement below this one is reachable since there is
no 'break' statement.

Signed-off-by: Sujay Phadke

Change-Id: Icab646ee5abcfeb6ba3e690909042927b4003eba
---
M src/arch/alpha/ev5.cc
1 file changed, 1 insertion(+), 0 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/7521
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icab646ee5abcfeb6ba3e690909042927b4003eba
Gerrit-Change-Number: 7521
Gerrit-PatchSet: 3
Gerrit-Owner: Sujay Phadke <[email protected]>
Gerrit-Reviewer: Brandon Potter <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Sujay Phadke <[email protected]>
Gerrit-CC: Jason Lowe-Power <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to