mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-12 01:18:53 +00:00
Add back a line I deleted by accident in r145141. Fixes uninitialized variable warnings and runtime failures.
llvm-svn: 145256
This commit is contained in:
parent
22b405c7aa
commit
31f0116173
@ -1917,6 +1917,7 @@ APFloat::convert(const fltSemantics &toSemantics,
|
||||
fs = opOK;
|
||||
} else {
|
||||
*losesInfo = false;
|
||||
fs = opOK;
|
||||
}
|
||||
|
||||
return fs;
|
||||
|
Loading…
Reference in New Issue
Block a user