Skip to content

Commit 0006557

Browse files
authored
Add encoding of __debugbreak() for ARM64
ARM64 `__debubbreak()` has encoding as `brk #0xf0000`.
1 parent bb63f8c commit 0006557

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, `__debugbreak` intrinsic is compiled into instruction `brk #0xF000`.
54+
5355
This routine is only available as an intrinsic.
5456

5557
**END Microsoft Specific**

0 commit comments

Comments
 (0)