> +    int id()
> +    {
> +        return _id;
> +    }
> +

This one should be declared const.  "int id() const" ...

Please try to use const properly.

  Nate
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to