mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-18 17:41:47 +00:00
Warning
This commit is contained in:
parent
e06ad170de
commit
167207e98c
1 changed files with 1 additions and 1 deletions
2
fold.cpp
2
fold.cpp
|
@ -508,7 +508,7 @@ static GMQCC_INLINE void sfloat_check(lex_ctx_t ctx, sfloat_state_t *state, cons
|
||||||
compile_error(ctx, "arithmetic overflow in `%s' component", vec);
|
compile_error(ctx, "arithmetic overflow in `%s' component", vec);
|
||||||
if (state->exceptionflags & SFLOAT_UNDERFLOW)
|
if (state->exceptionflags & SFLOAT_UNDERFLOW)
|
||||||
compile_error(ctx, "arithmetic underflow in `%s' component", vec);
|
compile_error(ctx, "arithmetic underflow in `%s' component", vec);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (state->exceptionflags & SFLOAT_DIVBYZERO)
|
if (state->exceptionflags & SFLOAT_DIVBYZERO)
|
||||||
compile_error(ctx, "division by zero");
|
compile_error(ctx, "division by zero");
|
||||||
|
|
Loading…
Reference in a new issue