Revision 3cd7d1dd darwin-user/main.c

b/darwin-user/main.c
357 357
        case POWERPC_EXCP_DEBUG:    /* Debug interrupt                       */
358 358
            gdb_handlesig (env, SIGTRAP);
359 359
            break;
360
#if defined(TARGET_PPCEMB)
361 360
        case POWERPC_EXCP_SPEU:     /* SPE/embedded floating-point unavail.  */
362 361
            EXCP_DUMP(env, "No SPE/floating-point instruction allowed\n");
363 362
            info.si_signo = SIGILL;
......
383 382
            cpu_abort(env, "Doorbell critical interrupt while in user mode. "
384 383
                      "Aborting\n");
385 384
            break;
386
#endif /* defined(TARGET_PPCEMB) */
387 385
        case POWERPC_EXCP_RESET:    /* System reset exception                */
388 386
            cpu_abort(env, "Reset interrupt while in user mode. "
389 387
                      "Aborting\n");

Also available in: Unified diff