summaryrefslogtreecommitdiff
path: root/src/pal/src/arch/amd64/debugbreak.S
blob: 3065e4064c10ec7c3afc13eef3967206ab7ca47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

.intel_syntax noprefix
#include "unixasmmacros.inc"

LEAF_ENTRY DBG_DebugBreak, _TEXT
        int3
        ret
LEAF_END_MARKED DBG_DebugBreak, _TEXT