Skip to content

Commit aefd21f

Browse files
committed
spacing
1 parent 6b92b2c commit aefd21f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/build/common-visual-cpp-arm-migration-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ ms.date: "05/06/2019"
55
---
66
# Common Visual C++ ARM Migration Issues
77

8-
This document describes some of the common issues that you might encounter when you migrate code from x86 or x64 architectures to the ARM architecture. It also describes how to avoid these issues, and how to use the compiler to help identify them. When this article refers to the ARM architecture, it means both ARM32 and ARM64.
8+
This document describes some of the common issues that you might encounter when you migrate code from x86 or x64 architectures to the ARM architecture. It also describes how to avoid these issues, and how to use the compiler to help identify them.
9+
10+
When this article refers to the ARM architecture, it means both ARM32 and ARM64.
911

1012
## Sources of migration issues
1113

0 commit comments

Comments
 (0)