Skip to content

Commit

Permalink
fix for issue #71 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed May 19, 2022
1 parent 57b48a2 commit 80d175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IlmCtlSimd/CtlSimdInst.cpp
Expand Up @@ -189,7 +189,7 @@ SimdInst::executePath (SimdBoolMask &mask, SimdXContext &xcontext) const
REPLACE_EXC
(e, "\n" <<
xcontext.fileName() << ":" <<
inst->lineNumber() << ": " << e);
inst->lineNumber() << ": " << e.what());

throw e;
}
Expand Down

0 comments on commit 80d175b

Please sign in to comment.