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:
authorManu <manu-silicon@users.noreply.github.com>2015-12-02 04:04:15 +0300
committerManu <manu-silicon@users.noreply.github.com>2015-12-02 04:04:15 +0300
commit5aa5673e507d1ab1b74c64a4693f332e3333fc16 (patch)
treec89d278c6445debbadc2e2d31e87dc2edf0bc6c5 /src/Native/Runtime/StackFrameIterator.h
parent426343789450dbefc0196ad74b5c2760957f1436 (diff)
Uniformization of preprocessor macros for targets
See issue #440. Replaced TARGET_ARM by _TARGET_ARM_.
Diffstat (limited to 'src/Native/Runtime/StackFrameIterator.h')
-rw-r--r--src/Native/Runtime/StackFrameIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/StackFrameIterator.h b/src/Native/Runtime/StackFrameIterator.h
index 7f021d6bf..79dc76ece 100644
--- a/src/Native/Runtime/StackFrameIterator.h
+++ b/src/Native/Runtime/StackFrameIterator.h
@@ -132,7 +132,7 @@ private:
struct PreservedRegPtrs
{
-#ifdef TARGET_ARM
+#ifdef _TARGET_ARM_
PTR_UIntNative pR4;
PTR_UIntNative pR5;
PTR_UIntNative pR6;