@@ -245,7 +245,7 @@ void cpu_loop(CPUX86State *env)
}
break;
#endif
-#if 0
+#ifdef notyet
case EXCP0B_NOSEG:
case EXCP0C_STACK:
info.si_signo = SIGBUS;
@@ -340,7 +340,7 @@ void cpu_loop(CPUX86State *env)
case EXCP_INTERRUPT:
/* just indicate that signals should be handled asap */
break;
-#if 0
+#ifdef notyet
case EXCP_DEBUG:
{
int sig;
@@ -589,7 +589,7 @@ void cpu_loop(CPUSPARCState *env)
break;
case TT_TFAULT:
case TT_DFAULT:
-#if 0
+#ifdef notyet
{
info.si_signo = SIGSEGV;
info.si_errno = 0;
@@ -609,7 +609,7 @@ void cpu_loop(CPUSPARCState *env)
break;
case TT_TFAULT:
case TT_DFAULT:
-#if 0
+#ifdef notyet
{
info.si_signo = SIGSEGV;
info.si_errno = 0;
@@ -629,11 +629,11 @@ void cpu_loop(CPUSPARCState *env)
break;
case EXCP_DEBUG:
{
-#if 0
+#ifdef notyet
int sig =
#endif
gdb_handlesig(cs, TARGET_SIGTRAP);
-#if 0
+#ifdef notyet
if (sig)
{
info.si_signo = sig;