Searched hist:4660 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dinit_signals.cc12203:4fa428be5f7e Sun Sep 03 13:00:00 EDT 2017 Bjoern A. Zeeb <baz21@cam.ac.uk> sim: make compile on FreeBSD prior to 11

FreeBSD before the early 11 development is expecting a char *
for stack.ss_sp rather than the standards compliant void *.
Catch that case and allow gem5 to compile on old FreeBSD versions.

Change-Id: Ic0ae560b52bfe5b3905ae87df791d349e053ec97
Reviewed-on: https://gem5-review.googlesource.com/4660
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
/gem5/src/mem/
H A Dpacket.hh4660:8ba283606f48 Sat Jun 23 16:24:00 EDT 2007 Steve Reinhardt <stever@eecs.umich.edu> Minor fix plus new assertion to catch similar bugs.

src/cpu/memtest/memtest.cc:
Need to set packet source field so that response from cache
doesn't run into assertion failure when copying source to dest.
src/mem/packet.hh:
Copy source field when copying packets.
Assert that source is valid before copying it to dest
when turning packets around.

Completed in 47 milliseconds