Revision 526ccb7a hw/sh7750.c

b/hw/sh7750.c
182 182

  
183 183
static void error_access(const char *kind, target_phys_addr_t addr)
184 184
{
185
    fprintf(stderr, "%s to %s (0x%08x) not supported\n",
185
    fprintf(stderr, "%s to %s (0x" TARGET_FMT_plx ") not supported\n",
186 186
	    kind, regname(addr), addr);
187 187
}
188 188

  
189 189
static void ignore_access(const char *kind, target_phys_addr_t addr)
190 190
{
191
    fprintf(stderr, "%s to %s (0x%08x) ignored\n",
191
    fprintf(stderr, "%s to %s (0x" TARGET_FMT_plx ") ignored\n",
192 192
	    kind, regname(addr), addr);
193 193
}
194 194

  

Also available in: Unified diff