Revision 0d0266a5 target-m68k/helper.c

b/target-m68k/helper.c
166 166
    static int inited;
167 167

  
168 168
    env = qemu_mallocz(sizeof(CPUM68KState));
169
    if (!env)
170
        return NULL;
171 169
    cpu_exec_init(env);
172 170
    if (!inited) {
173 171
        inited = 1;

Also available in: Unified diff