summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'Sources')
-rw-r--r--Sources/amd64-cplusplus.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sources/amd64-cplusplus.cc b/Sources/amd64-cplusplus.cc
index edff0c5..60e6435 100644
--- a/Sources/amd64-cplusplus.cc
+++ b/Sources/amd64-cplusplus.cc
@@ -30,7 +30,7 @@
#define kOk 0
/* Mahrouss Logic C++ driver */
-/* This is part of MultiProcessor C++ SDK. */
+/* This is part of CodeTools C++ compiler. */
/* (c) Mahrouss Logic */
// @author Amlal El Mahrouss (amlel)
@@ -344,7 +344,7 @@ MPCC_MODULE(CompilerCPlusPlus) {
return kOk;
}
- if (strcmp(argv[index], "-fmax-exceptions") == 0) {
+ if (strcmp(argv[index], "-max-errors") == 0) {
try {
kErrorLimit = std::strtol(argv[index + 1], nullptr, 10);
}