mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Add back a line I deleted by accident in r145141. Fixes uninitialized variable warnings and runtime failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60f790c329
commit
f9b1cd0c7f
@ -1917,6 +1917,7 @@ APFloat::convert(const fltSemantics &toSemantics,
|
|||||||
fs = opOK;
|
fs = opOK;
|
||||||
} else {
|
} else {
|
||||||
*losesInfo = false;
|
*losesInfo = false;
|
||||||
|
fs = opOK;
|
||||||
}
|
}
|
||||||
|
|
||||||
return fs;
|
return fs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user