Skip to content

Commit 4608eca

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1109 from ThomsonTan/patch-5
Add encoding of __debugbreak() for ARM64
2 parents 5188a19 + 06f37c4 commit 4608eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/intrinsics/debugbreak.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ main() {
5050

5151
on an x86 computer.
5252

53+
On ARM64, the `__debugbreak` intrinsic is compiled into the instruction `brk #0xF000`.
54+
5355
This routine is only available as an intrinsic.
5456

5557
**END Microsoft Specific**

0 commit comments

Comments
 (0)