Revision b55266b5 target-alpha/helper.c

b/target-alpha/helper.c
411 411
                     int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
412 412
                     int flags)
413 413
{
414
    static const unsigned char *linux_reg_names[] = {
414
    static const char *linux_reg_names[] = {
415 415
        "v0 ", "t0 ", "t1 ", "t2 ", "t3 ", "t4 ", "t5 ", "t6 ",
416 416
        "t7 ", "s0 ", "s1 ", "s2 ", "s3 ", "s4 ", "s5 ", "fp ",
417 417
        "a0 ", "a1 ", "a2 ", "a3 ", "a4 ", "a5 ", "t8 ", "t9 ",

Also available in: Unified diff