fallback_malloc: silence conversion warning (NFC)

This silences some conversion warnings from GCC 4.9.2.  Simply casting the RHS
doesn't seem to be sufficient to silence the warning.  Convert the operation
equal operator usage to calculation and assignment.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@238945 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed