cpu: Support trace termination in BaseTrafficGen
[gem5.git] / src / cpu / nativetrace.hh
index d91dbd6eccb38ef3eaff3ff734cdd08fe474d60d..528e3bf65860c8a338ad291d139a460c6204a471 100644 (file)
@@ -90,7 +90,7 @@ class NativeTrace : public ExeTracer
     bool
     checkReg(const char * regName, T &val, T &realVal)
     {
-        if(val != realVal)
+        if (val != realVal)
         {
             DPRINTFN("Register %s should be %#x but is %#x.\n",
                     regName, realVal, val);