Skip to content

Commit 8f9d3e6

Browse files
Merge pull request #5936 from MicrosoftDocs/main639162776934016384sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 85ebd0c + e913b83 commit 8f9d3e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/x64-unwind-information-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Zero or more `EPILOG_INFO_V3` structures follow the prolog IP offsets. Each can
174174
| 0 | [7:3] | `NumberOfOps` (= 0) | 5 bits |
175175
| 1–2 | [15:0] | `EpilogOffset` | 16-bit signed |
176176

177-
The `Flags` bits 0 and 1, `FirstOp`, `IpOffsetOfLastInstruction`, and IP offset array are inherited from the immediately preceding `EPILOG_INFO_V3`.
177+
An `EPILOG_INFO_V3` record with `NumberOfOps == 0` inherits the effective values for `NumberOfOps`, `FirstOp`, `IpOffsetOfLastInstruction` fields, and IP offset array from the first preceding `EPILOG_INFO_V3` with `NumberOfOps != 0`. The compiler must ensure `Flags` bits 0 and 1 on an epilog record with `NumberOfOps == 0` have the same value as those from the first preceding `EPILOG_INFO_V3` with `NumberOfOps != 0`.
178178

179179
#### Epilog Field Semantics
180180

0 commit comments

Comments
 (0)