gem5/src
Nathan Binkert 80d9be86e6 gcc: Add extra parens to quell warnings.
Even though we're not incorrect about operator precedence, let's add
some parens in some particularly confusing places to placate GCC 4.3
so that we don't have to turn the warning off.  Agreed that this is a
bit of a pain for those users who get the order of operations correct,
but it is likely to prevent bugs in certain cases.
2008-09-27 21:03:49 -07:00
..
arch gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
base gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
cpu gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
dev gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
mem When nesting if statements, use braces to avoid ambiguous else clauses. 2008-09-26 08:18:57 -07:00
python style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
sim We're using the static keyword improperly in some cases. 2008-09-19 09:42:54 -07:00
unittest Quick program to time how long ccprintf takes to write 2007-02-07 22:02:09 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript scons: disable several gcc warnings for swig autogenerated wrapper code. 2008-09-26 08:18:54 -07:00