| commit | 38c9f0318c6509110706afdc52adc12d8cc34ead | [log] [tgz] |
|---|---|---|
| author | Martin Storsjö <martin@martin.st> | Mon Jun 21 11:51:48 2021 +0300 |
| committer | Martin Storsjö <martin@martin.st> | Tue Jun 22 15:34:51 2021 +0300 |
| tree | 0b329d0b44ca3b1ffb04b82f26b90f0209b19cb3 | |
| parent | d1ab95860eb8568b671c32964085944028839ca2 [diff] |
headers: Use the right windows specific arm instruction for __debugbreak() The udf arm instruction has a platform specific meaning; on Windows udf #0xfe is mapped to an exception with STATUS_BREAKPOINT. (The previous instruction form does stop execution in a debugger, but continuing might not be possible, but with udf #0xfe it is possible to continue after stopping.) Signed-off-by: Martin Storsjö <martin@martin.st>