diff options
author | 2017-11-03 16:19:50 +0000 | |
---|---|---|
committer | 2017-11-03 16:19:50 +0000 | |
commit | b4f3d984587e814cb923bb83ea3df0adeb9ddfc5 (patch) | |
tree | f328891b8b64edea0a040d4b8e5fef4adf410bf0 | |
parent | Fix a stupid typo. (diff) | |
download | wireguard-openbsd-b4f3d984587e814cb923bb83ea3df0adeb9ddfc5.tar.xz wireguard-openbsd-b4f3d984587e814cb923bb83ea3df0adeb9ddfc5.zip |
Fix regression, pointed out by Mark Johnston.
-rw-r--r-- | regress/usr.bin/ctfdump/base_types_encoding.amd64 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/usr.bin/ctfdump/base_types_encoding.amd64 b/regress/usr.bin/ctfdump/base_types_encoding.amd64 index ebbbe943b25..61b3c6cef24 100644 --- a/regress/usr.bin/ctfdump/base_types_encoding.amd64 +++ b/regress/usr.bin/ctfdump/base_types_encoding.amd64 @@ -1,7 +1,4 @@ - [] FLOAT float encoding=0x1 offset=0 bits=32 - [] FLOAT float encoding=0x2 offset=0 bits=64 - [] FLOAT float encoding=0x6 offset=0 bits=128 + [] FLOAT float encoding=LDOUBLE offset=0 bits=32 [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 [] INTEGER signed encoding=SIGNED offset=0 bits=32 - [] INTEGER signed encoding=SIGNED offset=0 bits=64 [] INTEGER void encoding=SIGNED offset=0 bits=0 |