diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2014-11-14 07:31:14 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2014-11-14 07:31:14 +0000 |
commit | dfee619fa1557639f818be2faec229909d51e52c (patch) | |
tree | 2d7af43217d89a055eced3a09bfd1d4f9748ad7a /lib/libc/arch | |
parent | 47aea8163e73e6937ff5b6440e3f41cf811cb51c (diff) |
let this compile with clang; no binary change with gcc.
ok deraadt@
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/i386/gen/fixunsdfsi.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/gen/fixunsdfsi.S b/lib/libc/arch/i386/gen/fixunsdfsi.S index 6097f8ca06d..0752d887e4a 100644 --- a/lib/libc/arch/i386/gen/fixunsdfsi.S +++ b/lib/libc/arch/i386/gen/fixunsdfsi.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fixunsdfsi.S,v 1.6 2012/08/22 17:19:34 pascal Exp $ */ +/* $OpenBSD: fixunsdfsi.S,v 1.7 2014/11/14 07:31:13 daniel Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -66,4 +66,4 @@ ENTRY(__fixunsdfsi) orl $0x80000000,%eax /* restore bias */ ret -fbiggestsigned: .double 0r2147483648.0 +fbiggestsigned: .double 2147483648.0 |