summaryrefslogtreecommitdiff
path: root/linkers/rtems-rapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/rtems-rapper.cpp')
-rw-r--r--linkers/rtems-rapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-rapper.cpp b/linkers/rtems-rapper.cpp
index afc301d..ca239b4 100644
--- a/linkers/rtems-rapper.cpp
+++ b/linkers/rtems-rapper.cpp
@@ -1287,7 +1287,7 @@ main (int argc, char* argv[])
<< std::endl;
ec = 10;
}
- catch (std::exception e)
+ catch (std::exception& e)
{
int status;
char* realname;