diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-11-30 22:37:35 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-11-30 22:37:35 +0100 |
| commit | e72aad983bb683858a1aee935b2956ced40f69f8 (patch) | |
| tree | 60eb2219477e89f5cab45cf4905fa3743f10f578 /src/main.cpp | |
| parent | 71822cb197d9822f44f3fcd1a0a294e6068a5bca (diff) | |
Remove `all-bits` from option help text, isn't supported.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index beec9ef31..544cd54bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2680,7 +2680,6 @@ gb_internal int print_show_help(String const arg0, String command, String option print_usage_line(3, "-integer-division-by-zero:trap Trap on division/modulo/remainder by zero"); print_usage_line(3, "-integer-division-by-zero:zero x/0 == 0 and x%%0 == x and x%%%%0 == x"); print_usage_line(3, "-integer-division-by-zero:self x/0 == x and x%%0 == 0 and x%%%%0 == 0"); - print_usage_line(3, "-integer-division-by-zero:all-bits x/0 == ~T(0) and x%%0 == x and x%%%%0 == x"); } } |