Fix build error on x86 without distinct long double
authorJosh Triplett <josh@joshtriplett.org>
Mon, 17 Feb 2014 19:20:33 +0000 (11:20 -0800)
committerJosh Triplett <josh@joshtriplett.org>
Mon, 17 Feb 2014 19:20:33 +0000 (11:20 -0800)
commit3998d2604b5c0d45a098ff3119a9fd9710ef429d
treed3c393ec854489bdce163190115b03cc77cae4bb
parent51377bda9aed0b2c1309c818460cab9d9ab3d46e
Fix build error on x86 without distinct long double

src/x86/ffi64.c: In function 'classify_argument':
src/x86/ffi64.c:205:5: error: duplicate case value
     case FFI_TYPE_LONGDOUBLE:
     ^
src/x86/ffi64.c:202:5: error: previously used here
     case FFI_TYPE_DOUBLE:
     ^
src/x86/ffi64.c