MdePkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
committed by
mergify[bot]
parent
e9eeb0ad2b
commit
48b919cb14
@@ -72,9 +72,9 @@
|
||||
#endif
|
||||
|
||||
//
|
||||
// RVCT and MSFT don't support the __builtin_unreachable() macro
|
||||
// MSFT doesn't support the __builtin_unreachable() macro
|
||||
//
|
||||
#if defined (__ARMCC_VERSION) || defined (_MSC_EXTENSIONS)
|
||||
#if defined (_MSC_EXTENSIONS)
|
||||
#define UNREACHABLE()
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user