Revision d0dfae6e target-ppc/helper.c
b/target-ppc/helper.c | ||
---|---|---|
2003 | 2003 |
env->pending_interrupts &= ~(1 << PPC_INTERRUPT_EXT); |
2004 | 2004 |
#endif |
2005 | 2005 |
raised = 1; |
2006 |
#if 0 // TODO |
|
2007 |
/* Thermal interrupt */ |
|
2008 |
} else if (env->pending_interrupts & (1 << PPC_INTERRUPT_THERM)) { |
|
2009 |
env->exception_index = EXCP_970_THRM; |
|
2010 |
env->pending_interrupts &= ~(1 << PPC_INTERRUPT_THERM); |
|
2011 |
raised = 1; |
|
2012 |
#endif |
|
2006 | 2013 |
} |
2007 | 2014 |
#if 0 // TODO |
2008 | 2015 |
/* External debug exception */ |
Also available in: Unified diff