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:
authorJan Kotas <jkotas@microsoft.com>2016-10-08 10:54:41 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-08 10:54:41 +0300
commit92c4767204c26064647c58d960233b2e0579d67b (patch)
tree32fa11cfe56d5c7870c7acfc5e4cd808aca8784b /src/Native/Runtime/amd64
parent680cc6614d37b5f6fe8b3298062fb07f0e7ba3c7 (diff)
Fix Unix build break
Diffstat (limited to 'src/Native/Runtime/amd64')
-rw-r--r--src/Native/Runtime/amd64/ExceptionHandling.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/amd64/ExceptionHandling.S b/src/Native/Runtime/amd64/ExceptionHandling.S
index 436efb046..be1ea4f6f 100644
--- a/src/Native/Runtime/amd64/ExceptionHandling.S
+++ b/src/Native/Runtime/amd64/ExceptionHandling.S
@@ -246,7 +246,7 @@ NESTED_END RhpRethrow, _TEXT
push_nonvol_reg rbx // ...
push_nonvol_reg rbp // ...
- stack_alloc_size = localsCount * 8 + alignStack * 8
+ stack_alloc_size = \localsCount * 8 + \alignStack * 8
alloc_stack stack_alloc_size