Revision 08406b03 hw/ide/cmd646.c

b/hw/ide/cmd646.c
154 154
        break;
155 155
    }
156 156
#ifdef DEBUG_IDE
157
    printf("bmdma: readb 0x%02" TARGET_PRIxPHYS " : 0x%02x\n", addr, val);
157
    printf("bmdma: readb 0x%02x : 0x%02x\n", addr, val);
158 158
#endif
159 159
    return val;
160 160
}
......
170 170
    }
171 171

  
172 172
#ifdef DEBUG_IDE
173
    printf("bmdma: writeb 0x%02" TARGET_PRIxPHYS " : 0x%02" PRIx64 "\n",
174
           addr, val);
173
    printf("bmdma: writeb 0x%02x : 0x%02x\n", addr, val);
175 174
#endif
176 175
    switch(addr & 3) {
177 176
    case 0:

Also available in: Unified diff