gem5/src
Andreas Hansson 8127c4e7bf misc: Fix issues flagged by gcc 6
A few warnings (and thus errors) pop up after being added to -Wall:

1. -Wmisleading-indentation

In the auto-generated code there were instances of if/else blocks that
were not indented to gcc's liking. This is addressed by adding braces.

2. -Wshift-negative-value

gcc is clever enougn to consider ~0 a negative constant, and
rightfully complains. This is addressed by using mask() which
explicitly casts to unsigned before shifting.

That is all. Porting done.
2016-04-13 12:13:44 -04:00
..
arch misc: Fix issues flagged by gcc 6 2016-04-13 12:13:44 -04:00
base base: add symbol support for dynamic libraries 2016-03-17 10:34:27 -07:00
cpu mem: Remove threadId from memory request class 2016-04-07 09:30:20 -05:00
dev misc: Appease clang...again 2016-04-12 05:28:39 -04:00
doc Revert power patch sets with unexpected interactions 2016-04-06 19:43:31 +01:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
gpu-compute mem: Remove threadId from memory request class 2016-04-07 09:30:20 -05:00
kern syscall_emul: remove mmapFlagTable 2016-04-01 16:38:16 -07:00
mem misc: Fix issues flagged by gcc 6 2016-04-13 12:13:44 -04:00
proto cpu: Support virtual addr in elastic traces 2015-12-07 16:42:16 -06:00
python misc: Bail out of DVFS dot if we cannot resolve the domains 2016-04-06 17:55:17 +01:00
sim misc: Appease clang...again 2016-04-12 05:28:39 -04:00
unittest style: remove trailing whitespace 2016-02-06 17:21:18 -08:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript scons: fix building in non-standard locations 2016-03-13 17:47:33 -07:00