diff options
Diffstat (limited to 'ghc/includes/LLC.h')
-rw-r--r-- | ghc/includes/LLC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/includes/LLC.h b/ghc/includes/LLC.h index c097e4005a..d8550f40ca 100644 --- a/ghc/includes/LLC.h +++ b/ghc/includes/LLC.h @@ -84,7 +84,7 @@ void get_opcode_and_sender PROTO((PACKET p, OPCODE *popcode, GLOBAL_TASK_ID *pse GLOBAL_TASK_ID *PEStartUp PROTO((unsigned nPEs)); void PEShutDown(STG_NO_ARGS); -void (*ExceptionHandler)(STG_NO_ARGS); +void (*ExceptionHandler) PROTO((PACKET)); #endif /*PAR */ #endif /*defined __LLC_H */ |