From d626713b8c75f5425ab070e17c8d3f76acbeef46 Mon Sep 17 00:00:00 2001 From: twisti Date: Thu, 23 Jun 2005 09:52:06 +0000 Subject: [PATCH] * Renamed init_exceptions to signal_init --- src/cacao/cacao.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cacao/cacao.c b/src/cacao/cacao.c index fcf4c0c80..9a25bc568 100644 --- a/src/cacao/cacao.c +++ b/src/cacao/cacao.c @@ -37,7 +37,7 @@ - Calling the class loader - Running the main method - $Id: cacao.c 2780 2005-06-22 10:51:03Z twisti $ + $Id: cacao.c 2798 2005-06-23 09:52:06Z twisti $ */ @@ -58,6 +58,7 @@ #include "vm/initialize.h" #include "vm/loader.h" #include "vm/options.h" +#include "vm/signallocal.h" #include "vm/statistics.h" #include "vm/stringlocal.h" #include "vm/tables.h" @@ -865,7 +866,7 @@ int main(int argc, char **argv) /* install architecture dependent signal handler used for exceptions */ - init_exceptions(); + signal_init(); /* initialize the codegen sub systems */ -- 2.25.1