Skip to content

Commit 34a5899

Browse files
authored
Merge pull request MicrosoftDocs#3661 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 9d3f89d + 8fba8df commit 34a5899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/ud2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void __ud2();
2222

2323
The processor raises an invalid opcode exception if you execute an undefined instruction.
2424

25-
The `__ud2` function is equivalent to the `UD2` machine instruction, and is available only in kernel mode. For more information, search for the document, "Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference," at the [Intel Corporation](https://software.intel.com/articles/intel-sdm) site.
25+
The `__ud2` function is equivalent to the `UD2` machine instruction. For more information, search for the document, "Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference," at the [Intel Corporation](https://software.intel.com/articles/intel-sdm) site.
2626

2727
## Requirements
2828

0 commit comments

Comments
 (0)