summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-11-03 16:19:50 +0000
committermpi <mpi@openbsd.org>2017-11-03 16:19:50 +0000
commitb4f3d984587e814cb923bb83ea3df0adeb9ddfc5 (patch)
treef328891b8b64edea0a040d4b8e5fef4adf410bf0
parentFix a stupid typo. (diff)
downloadwireguard-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.amd645
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