Skip to content

Commit 7421eb3

Browse files
authored
add dropped backslash
1 parent 22b4ad7 commit 7421eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/hotpatch-create-hotpatchable-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Prepares an image for hot patching.
2323

2424
When `/hotpatch` is used in compilation, the compiler ensures that the first instruction of each function is at least 2 bytes long, and no jump within the function goes to the first instruction. These conditions are required for hot patching.
2525

26-
To complete the preparation for making an image hotpatchable, after you use `/hotpatch` to compile, you must use [`functionpadmin`](functionpadmin-create-hotpatchable-image.md) (Create Hotpatchable Image)]to link. When you compile and link an image by using one invocation of cl.exe, `/hotpatch` implies `/functionpadmin`.
26+
To complete the preparation for making an image hotpatchable, after you use `/hotpatch` to compile, you must use [`/functionpadmin`](functionpadmin-create-hotpatchable-image.md) (Create Hotpatchable Image)]to link. When you compile and link an image by using one invocation of cl.exe, `/hotpatch` implies `/functionpadmin`.
2727

2828
> [!TIP]
2929
> Arm64 and x64 architectures are always treated as hotpatchable. But you must still link by using `/functionpadmin` to create hotpatchable images for them.

0 commit comments

Comments
 (0)