Skip to content

Commit 5fc76f5

Browse files
author
Colin Robertson
authored
Merge pull request #1902 from MicrosoftDocs/master
Merge link changes to live for 2019 release
2 parents d13ac95 + 9fc5e0d commit 5fc76f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/arm64-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Step 5: Allocate remaining stack, including local area, \<r29,lr> pair, and outg
365365

366366
Step #|Flag values|# of instructions|Opcode|Unwind Code
367367
-|-|-|-|-
368-
0|||`#intsz = RegI * 8;`<br/>`if (CR==01) #intsz += 8; // lr`<br/>`#fpsz = RegF * 8;`<br/>`if(RegF) #fpsz += 8;`<br/>`#savsz=((#intsz+#fpsz+8*H)+0xf)&~0xf)`<br/>`#locsz = #famsz - #savsz`|
368+
0|||`#intsz = RegI * 8;`<br/>`if (CR==01) #intsz += 8; // lr`<br/>`#fpsz = RegF * 8;`<br/>`if(RegF) #fpsz += 8;`<br/>`#savsz=((#intsz+#fpsz+8*8*H)+0xf)&~0xf)`<br/>`#locsz = #famsz - #savsz`|
369369
1|0 < **RegI** <= 10|RegI / 2 + **RegI** % 2|`stp r19,r20,[sp,#savsz]!`<br/>`stp r21,r22,[sp,16]`<br/>`...`|`save_regp_x`<br/>`save_regp`<br/>`...`
370370
2|**CR**==01*|1|`str lr,[sp, #intsz-8]`\*|`save_reg`
371371
3|0 < **RegF** <=7|(RegF + 1) / 2 +<br/>(RegF + 1) % 2)|`stp d8,d9,[sp, #intsz]`\*\*<br/>`stp d10,d11,[sp, #intsz+16]`<br/>`...`<br/>`str d(8+RegF),[sp, #intsz+#fpsz-8]`|`save_fregp`<br/>`...`<br/>`save_freg`

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ms.author: "mblome"
4545
</a>
4646
</li>
4747
<li>
48-
<a href="http://github.com/cpp/overview/what-s-new-for-visual-cpp-in-visual-studio%3Cspan%20class="x x-first x-last">.md">
48+
<a href="http://github.com/cpp/overview/what-s-new-for-visual-cpp-in-visual-studio">
4949
<div class="cardSize">
5050
<div class="cardPadding">
5151
<div class="card">
@@ -219,7 +219,7 @@ ms.author: "mblome"
219219
</a>
220220
</li>
221221
<li>
222-
<a href="http://github.com/cpp/build/%3Cspan%20class="x x-first x-last">building-cpp-projects-in-visual-studio">
222+
<a href="http://github.com/cpp/build/projects-%3Cspan%20class="x x-first x-last">and-build-systems-cpp">
223223
<div class="cardSize">
224224
<div class="cardPadding">
225225
<div class="card">

0 commit comments

Comments
 (0)