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(); }