aarch64: Fix operand size warning reported by Clang
This commit is contained in:
@@ -316,7 +316,7 @@ extend_integer_type (void *source, int type)
|
|||||||
static void
|
static void
|
||||||
extend_hfa_type (void *dest, void *src, int h)
|
extend_hfa_type (void *dest, void *src, int h)
|
||||||
{
|
{
|
||||||
int f = h - AARCH64_RET_S4;
|
ssize_t f = h - AARCH64_RET_S4;
|
||||||
void *x0;
|
void *x0;
|
||||||
|
|
||||||
asm volatile (
|
asm volatile (
|
||||||
|
|||||||
Reference in New Issue
Block a user