[compiler-rt] initialize variables to silence warning. NFC.
They were being initialized anyway, I believe, but the logic was a bit convoluted for the Clang warnings to detect so we were getting "variable 'EBX' may be uninitialized when used here" later on.
Loading
Please sign in to comment