Review Board 2.0.15


Replace WARN and ERROR statements in Ruby

Review Request #336 - Created Dec. 2, 2010 and submitted

Information
Nilay Vaish
gem5
Reviewers
Default
This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh file. These statements have been replaced with warn(), panic() and fatal() defined in src/base/misc.hh

   
Review request changed
Updated (Dec. 21, 2010, 11:43 a.m.)

Change Summary:

I have made some changes. While testing the changes that I have been making to Ruby, the deadlock detected message popped. The following data was not pretty useful. I realized that it is so because I have made some changes to the message that is sent to output. WARN prints the variable name as well. So I have added to those to the panic() statements.

Brad, take a look if these changes seem fine to you. I ran the regression tester for quick tests.

Diff:

Revision 5 (+87 -193)

Show changes