summaryrefslogtreecommitdiff
path: root/src/pal/src/arch/arm/debugbreak.S
blob: d5d6ba8b81227fbbad50d301a3c36619d21cd606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information. 
//

#include "unixasmmacros.inc"

.syntax unified
.thumb

LEAF_ENTRY DBG_DebugBreak, _TEXT
    EMIT_BREAKPOINT
    bx lr
LEAF_END DBG_DebugBreak, _TEXT