Parent Directory
|
Revision Log
|
Patch
| revision 3726 by j_mayer, Sat Nov 24 02:56:36 2007 UTC | revision 4273 by aurel32, Mon Apr 28 00:00:24 2008 UTC | |
|---|---|---|
| # | Line 365 static void ppcuic_set_irq (void *opaque | Line 365 static void ppcuic_set_irq (void *opaque |
| 365 | uint32_t mask, sr; | uint32_t mask, sr; |
| 366 | ||
| 367 | uic = opaque; | uic = opaque; |
| 368 | mask = 1 << irq_num; | mask = 1 << (31-irq_num); |
| 369 | #ifdef DEBUG_UIC | #ifdef DEBUG_UIC |
| 370 | if (loglevel & CPU_LOG_INT) { | if (loglevel & CPU_LOG_INT) { |
| 371 | fprintf(logfile, "%s: irq %d level %d uicsr %08" PRIx32 | fprintf(logfile, "%s: irq %d level %d uicsr %08" PRIx32 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.5 |