diff options
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-x | src/occ_405/main.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c index bf0d653..d795eef 100755 --- a/src/occ_405/main.c +++ b/src/occ_405/main.c @@ -1278,10 +1278,12 @@ int main(int argc, char **argv) // enable and register additional interrupt handlers CHECKPOINT(INITIALIZING_IRQS); -// TODO: Uncomment when this is resolved. Causes SSX panic currently. -// Not needed until we want to be able to catch hardware OCC or -// PMC (or equivalent) errors. -// occ_irq_setup(); +// TODO: Uncomment when this is resolved in Simics. Causes SSX panic +// currently. Not needed until we want to be able to catch +// hardware OCC or PMC (or equivalent) errors. +#if !SIMICS_ENVIRONMENT + occ_irq_setup(); +#endif CHECKPOINT(IRQS_INITIALIZED); |