On 25 July 2016 at 21:56, Michael Rolnik <mrol...@gmail.com> wrote:
> do you mean that I should remove the board and/or device? I use them for
> testing.

You should remove the device, because it's not doing anything.
If that makes the CPU emulation stop working that's a problem
with the CPU emulation that needs to be fixed.

> char const* and const char* are the same.

Yes, this is a style issue. We have over 6000 uses of
'const char' in the codebase and just 16 uses of
'char const' that we've accidentally let slip in over
the years. 'const char *' is the usual way to write it,
so use that.

thanks
-- PMM

Reply via email to