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

/gem5/src/mem/slicc/ast/
H A DFuncCallExprAST.py7793:f6cbeb8712d3 Wed Dec 08 14:52:00 EST 2010 Brad Beckmann <Brad.Beckmann@amd.com> ruby: remove Ruby asserts for m5.fast

This diff is for changing the way ASSERT is handled in Ruby. m5.fast
compiles out the assert statements by using the macro NDEBUG. Ruby uses the
macro RUBY_NO_ASSERT to do so. This macro has been removed and NDEBUG has
been put in its place.

Completed in 8 milliseconds