Cast _zzq_default to 64-bit before assigning it to a 64bit register

clang's integrated assembler is picky about pushing a 32-bit
variable into a 64-bit register. Cast it to the right size in
the asm statement.

Bug: http://b/21471495
Upstream bug: https://bugs.kde.org/show_bug.cgi?id=342008
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
(cherry picked from commit 001d15c989437f2bffc6bd8c40203a082d4fc3b3)

Change-Id: If5725ed1b80eb99b502a135e9ae6dbccb61de4cc
(cherry picked from commit 68b3cc44ab604e4737e13c0f4dbd62177d2a9d6b)
1 file changed