make division by zero (integer) not trap

This commit is contained in:
Folkert 2024-01-28 21:16:13 +01:00
parent 0b0127f45e
commit 979128cf32
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
88 changed files with 549 additions and 545 deletions

View file

@ -308,7 +308,7 @@ map_symbol_to_lowlevel! {
NumCompare <= NUM_COMPARE;
NumDivFrac <= NUM_DIV_FRAC;
NumDivCeilUnchecked <= NUM_DIV_CEIL;
NumDivTruncUnchecked <= NUM_DIV_TRUNC;
NumDivTruncUnchecked <= NUM_DIV_TRUNC_UNCHECKED;
NumRemUnchecked <= NUM_REM;
NumIsMultipleOf <= NUM_IS_MULTIPLE_OF;
NumAbs <= NUM_ABS;