summaryrefslogtreecommitdiff
path: root/packaging/0046-Remove-ifdef.patch
blob: 2208fea075e446dcc1be6e884829611dbdd2e3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 9cc43901915b2fb5eface2fc9b733544b52e4ee0 Mon Sep 17 00:00:00 2001
From: Gleb Balykov <g.balykov@samsung.com>
Date: Fri, 8 Jun 2018 20:00:03 +0300
Subject: [PATCH 46/47] Remove ifdef

---
 src/jit/codegencommon.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/jit/codegencommon.cpp b/src/jit/codegencommon.cpp
index 3084582..fce9a0c 100644
--- a/src/jit/codegencommon.cpp
+++ b/src/jit/codegencommon.cpp
@@ -9534,7 +9534,6 @@ void CodeGen::genFnEpilog(BasicBlock* block)
                 break;
                 
             case IAT_RELPVALUE:
-#ifdef FEATURE_NGEN_RELOCS_OPTIMIZATIONS
             {
                 // Load the address into a register, load relative indirect and call through a register
                 // We have to use R12 since we assume the argument registers are in use
@@ -9547,7 +9546,6 @@ void CodeGen::genFnEpilog(BasicBlock* block)
                 regTracker.rsTrackRegTrash(indCallReg);
                 break;
             }
-#endif // FEATURE_NGEN_RELOCS_OPTIMIZATIONS
 
             case IAT_PPVALUE:
             default:
-- 
2.7.4