diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-26 17:00:38 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-26 17:00:38 +0100 |
commit | ae116c94460e3b3e0eab82f06bf1c92c425ee1ac (patch) | |
tree | 584f2dc5de85c5917add37ffe71b6bc51645ca9c /sys/src/libc/arm/vlop.s | |
parent | 68c5dc801409a8a24cfe48977df62e040e92cc90 (diff) |
libc: update atomic ops and fp code for arm (from sources)
Diffstat (limited to 'sys/src/libc/arm/vlop.s')
-rw-r--r-- | sys/src/libc/arm/vlop.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libc/arm/vlop.s b/sys/src/libc/arm/vlop.s index 3a5375541..13f4948fe 100644 --- a/sys/src/libc/arm/vlop.s +++ b/sys/src/libc/arm/vlop.s @@ -1,4 +1,4 @@ -TEXT _mulv(SB), $0 +TEXT _mulv(SB), 1, $0 MOVW 4(FP),R8 /* l0 */ MOVW 8(FP),R11 /* h0 */ MOVW 12(FP),R4 /* l1 */ |