Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
e3f14efadbfc4a9c78d8e5b3bccf7325e292cd02
/
.
/
sw
/
device
/
lib
/
abort.c
blob: a8db34dea0896d0adb9b733eb9f03822a6b9f505 [
file
] [
log
] [
blame
]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include
"sw/device/lib/common.h"
_Noreturn
void
abort
(
void
)
{
__builtin_abort
();
}