Ignore:
Timestamp:
11/13/07 17:27:39 (6 years ago)
Author:
andrew
Message:

Merge ARMv6 and ARMv7 support from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/qemu-neo1973/hw/an5206.c

    r3316 r3406  
    3838    target_ulong entry; 
    3939 
    40     env = cpu_init(); 
    4140    if (!cpu_model) 
    4241        cpu_model = "m5206"; 
    43     if (cpu_m68k_set_model(env, cpu_model)) { 
     42    env = cpu_init(cpu_model); 
     43    if (!env) { 
    4444        cpu_abort(env, "Unable to find m68k CPU definition\n"); 
    4545    } 
Note: See TracChangeset for help on using the changeset viewer.