diff options
Diffstat (limited to 'dev/LibCompiler/src/AssemblerPowerPC.cc')
| -rw-r--r-- | dev/LibCompiler/src/AssemblerPowerPC.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/AssemblerPowerPC.cc b/dev/LibCompiler/src/AssemblerPowerPC.cc index a438aed..ddd0b4e 100644 --- a/dev/LibCompiler/src/AssemblerPowerPC.cc +++ b/dev/LibCompiler/src/AssemblerPowerPC.cc @@ -74,7 +74,7 @@ static bool asm_read_attributes(std::string line); ///////////////////////////////////////////////////////////////////////////////////////// LIBCOMPILER_MODULE(AssemblerMainPower64) { - ::signal(SIGSEGV, Detail::segfault_handler); + ::signal(SIGSEGV, Detail::drv_segfault_handler); for (size_t i = 1; i < argc; ++i) { if (argv[i][0] == '-') { |
