On 09/04/2011 10:29 PM, Hervé Poussineau wrote: > +mipsnet_write(uint64_t addr, uint64_t val) "write addr=0x%" PRIx64 " > val=0x%" PRIx64
This breaks the build, though actually it is because of a bug in the parser. It should be written as mipsnet_write(uint64_t addr, uint64_t val) "write addr=0x%" PRIx64 " val=0x%" PRIx64 "" Paolo