> I'll keep both pointers then. I have all the non-ISA bits and X86
> converted and I'm trying to test it, but I'm running into a compile
> error in the stats stuff. Nate?
>
> cc1plus: warnings being treated as errors
> build/X86_SE/base/statistics.hh: In member function
> 'Stats::VectorDistribution&
> Stats::VectorDistribution::init(Stats::size_type, Stats::Counter,
> Stats::Counter, Stats::Counter)':
> build/X86_SE/base/statistics.hh:2498: warning: converting to
> 'Stats::size_type' from 'double'

You have a VectorDistribution stat somewhere, and you're calling its
init() function with the first parameter as a float instead of an
integer.  Nothing magic here, just apply normal debugging techniques.

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

Reply via email to