Searched hist:4880 (Results 1 - 3 of 3) sorted by relevance

/gem5/configs/common/
H A DSimulation.py12880:cb1fb179e8c8 Thu Sep 21 20:52:00 EDT 2017 Jason Lowe-Power <jason@lowepower.com> configs: Always exit with code 0

Update simulation.py to always exit with code 0 assuming the simulation
exits normally. If the running application has a return code that is non
zero, then print the return code before exiting.

Change-Id: I1983985d50311627574d4364b32ee961ae88e003
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/4880
/gem5/src/mem/
H A Dpacket.cc4880:4de4d072e977 Mon Jul 02 12:26:00 EDT 2007 Steve Reinhardt <stever@eecs.umich.edu> Fix a couple LL/SC bugs that only affected timing mode.

src/cpu/simple/timing.cc:
Fix swap/stq_c command bug.
src/mem/packet.cc:
Fix incorrect LoadLockedReq command response field.
/gem5/src/cpu/simple/
H A Dtiming.cc4880:4de4d072e977 Mon Jul 02 12:26:00 EDT 2007 Steve Reinhardt <stever@eecs.umich.edu> Fix a couple LL/SC bugs that only affected timing mode.

src/cpu/simple/timing.cc:
Fix swap/stq_c command bug.
src/mem/packet.cc:
Fix incorrect LoadLockedReq command response field.

Completed in 93 milliseconds