Revision b2bedb21 hw/mst_fpga.c

b/hw/mst_fpga.c
118 118
		return s->pcmcia1;
119 119
	default:
120 120
		printf("Mainstone - mst_fpga_readb: Bad register offset "
121
			"0x" TARGET_FMT_plx " \n", addr);
121
			"0x" TARGET_FMT_plx "\n", addr);
122 122
	}
123 123
	return 0;
124 124
}
......
171 171
		break;
172 172
	default:
173 173
		printf("Mainstone - mst_fpga_writeb: Bad register offset "
174
			"0x" TARGET_FMT_plx " \n", addr);
174
			"0x" TARGET_FMT_plx "\n", addr);
175 175
	}
176 176
}
177 177

  

Also available in: Unified diff