From 44eebc7fb37ade75cc8de6c78cba95c2f7c0388d Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Tue, 12 Sep 2017 09:47:37 +0900 Subject: [PATCH] Fix typo Fix typo in lclvars.cpp and register_arg_convention.h --- src/jit/lclvars.cpp | 1 + src/jit/register_arg_convention.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit/lclvars.cpp b/src/jit/lclvars.cpp index c7c9fea..f6e0246 100644 --- a/src/jit/lclvars.cpp +++ b/src/jit/lclvars.cpp @@ -243,6 +243,7 @@ void Compiler::lvaInitTypeRef() info.compArgRegCount = varDscInfo.intRegArgNum; info.compFloatArgRegCount = varDscInfo.floatRegArgNum; info.compArgStackSize = varDscInfo.stackArgSize; + #endif // FEATURE_FASTTAILCALL //------------------------------------------------------------------------- diff --git a/src/jit/register_arg_convention.h b/src/jit/register_arg_convention.h index 85e0f90..cf7cdd5 100644 --- a/src/jit/register_arg_convention.h +++ b/src/jit/register_arg_convention.h @@ -30,7 +30,6 @@ struct InitVarDscInfo unsigned stackArgSize; #endif // FEATURE_FASTTAILCALL - public: // set to initial values void Init(LclVarDsc* lvaTable, bool _hasRetBufArg) -- 2.7.4