diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2017-01-24 18:56:09 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2017-01-24 18:56:09 +0000 |
| commit | d15ac668f082cc45fc9e74bc9e2a013eea0f1a80 (patch) | |
| tree | 42c9821641c1f909f734ce544cb7ef6fd96dc5e5 /lib/libc/aarch64 | |
| parent | 90a79ac5765a09d48b085183503324584ef0f956 (diff) | |
Notes
Diffstat (limited to 'lib/libc/aarch64')
| -rw-r--r-- | lib/libc/aarch64/sys/cerror.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/aarch64/sys/cerror.S b/lib/libc/aarch64/sys/cerror.S index 9d87275e82462..7e1627dc8ab80 100644 --- a/lib/libc/aarch64/sys/cerror.S +++ b/lib/libc/aarch64/sys/cerror.S @@ -34,7 +34,7 @@ ENTRY(cerror) stp x0, lr, [sp] bl _C_LABEL(__error) ldp x1, lr, [sp] - str x1, [x0] + str w1, [x0] movn x0, #0 movn x1, #0 add sp, sp, #16 |
