On 08/16/2011 09:45 AM, Richard Henderson wrote:
+static const MemoryRegionPortio port92_portio[] = {
+    {0, 1, 1, .read = port92_read, .write = port92_write },

A space character died here.

+    PORTIO_END_OF_LIST(),
+};
+
+static const MemoryRegionOps port92_ops = {
+    .old_portio = port92_portio
+};
+


--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


Reply via email to