Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Rylek <trylek@microsoft.com>2018-08-09 18:45:04 +0300
committerTomas Rylek <trylek@microsoft.com>2018-08-09 18:45:04 +0300
commit1b63b12bf1c3a898ee10f9eb8a838f369f4303db (patch)
treef1715fcd497a5b8fb87b730f440457a8c3acd548 /src/Native
parente7fa8d3f52ad95d559b6f257dca37a097f83f692 (diff)
Trivial fix for typo in arm64 assembly (xzr -> wzr)
[tfs-changeset: 1709921]
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/arm64/ExceptionHandling.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/arm64/ExceptionHandling.asm b/src/Native/Runtime/arm64/ExceptionHandling.asm
index 40d80ffa2..5a548279a 100644
--- a/src/Native/Runtime/arm64/ExceptionHandling.asm
+++ b/src/Native/Runtime/arm64/ExceptionHandling.asm
@@ -360,7 +360,7 @@ NotHijacked
add x1, sp, #rsp_offsetof_ExInfo ;; x1 <- ExInfo*
str xzr, [x1, #OFFSETOF__ExInfo__m_exception] ;; pExInfo->m_exception = null
- strb xzr, [x1, #OFFSETOF__ExInfo__m_kind] ;; init to a deterministic value (ExKind.None)
+ strb wzr, [x1, #OFFSETOF__ExInfo__m_kind] ;; init to a deterministic value (ExKind.None)
mov w3, #1
strb w3, [x1, #OFFSETOF__ExInfo__m_passNumber] ;; pExInfo->m_passNumber = 1
mov w3, #0xFFFFFFFF