summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/libgcc_arm.S
blob: ffdbefc6750af1f3f80a7ac64aac0f253d769f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "../../third_party/libaeabi-cortexm0/core/cortex-m/ldivmod.S"
#include "../../third_party/libaeabi-cortexm0/core/cortex-m/uldivmod.S"

exception_panic:
	mov r0, #3 @ K_ERR_KERNEL_OOPS
	b z_fatal_error