On 05 Mar 2015 09:49, Joel Brobecker wrote: > > > + return(memory_read(addr, data, sz, ws)); > > > > return isn't a func, so it shouldn't be written like one: > > return memory_read(...); > > Small formatting nit: space before the '(' in function calls... i was letting that one go here because the current code ignores that in most places. but yeah, that would also be nice to fix. -mike