diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-12-01 14:15:56 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-12-01 14:15:56 +0100 |
| commit | ac61f083fae80197db37d286ac1259d32b587ba9 (patch) | |
| tree | d9c69eb8bb6d9cce20963751c0deb09e76e78a67 | |
| parent | 0f0c40b96dc5d5b6e585c935186b342180747d06 (diff) | |
Restore help line for all-bits
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index ca05bb177..9a5df8aea 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2682,6 +2682,7 @@ 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"); } } |