diff options
Diffstat (limited to 'usr/src/cmd/sgs/libld/common/globals.c')
-rw-r--r-- | usr/src/cmd/sgs/libld/common/globals.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/libld/common/globals.c b/usr/src/cmd/sgs/libld/common/globals.c index 71dda65bf2..c57dafc426 100644 --- a/usr/src/cmd/sgs/libld/common/globals.c +++ b/usr/src/cmd/sgs/libld/common/globals.c @@ -24,6 +24,7 @@ * All Rights Reserved * * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2022 Oxide Computer Company */ /* @@ -77,9 +78,10 @@ reject[SGS_REJ_NUM] = { MSG_REJ_PLATCAP, /* MSG_INTL(MSG_REJ_PLATCAP) */ MSG_REJ_HWCAP_2, /* MSG_INTL(MSG_REJ_HWCAP_2) */ MSG_REJ_ARCHIVE, /* MSG_INTL(MSG_REJ_ARCHIVE) */ - MSG_REJ_KMOD /* MSG_INTL(MSG_REJ_KMOD) */ + MSG_REJ_KMOD, /* MSG_INTL(MSG_REJ_KMOD) */ + MSG_REJ_HWCAP_3 /* MSG_INTL(MSG_REJ_HWCAP_3) */ }; -#if SGS_REJ_NUM != (SGS_REJ_KMOD + 1) +#if SGS_REJ_NUM != (SGS_REJ_HWCAP_3 + 1) #error SGS_REJ_NUM has changed #endif |