projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06ad17
)
Warning
xonotic-v0.8.2
author
Dale Weiler <weilercdale@gmail.com>
Mon, 23 May 2016 20:47:40 +0000
(16:47 -0400)
committer
Dale Weiler <weilercdale@gmail.com>
Mon, 23 May 2016 20:47:40 +0000
(16:47 -0400)
fold.cpp
patch
|
blob
|
history
diff --git
a/fold.cpp
b/fold.cpp
index 6d56d8af1d59e0cc95adb389d5337e6a12ee3ced..7a0df0ed9af6d9b3e0950bd0ed6bb9200285ab58 100644
(file)
--- a/
fold.cpp
+++ b/
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);
if (state->exceptionflags & SFLOAT_UNDERFLOW)
compile_error(ctx, "arithmetic underflow in `%s' component", vec);
-
return;
+ return;
}
if (state->exceptionflags & SFLOAT_DIVBYZERO)
compile_error(ctx, "division by zero");