aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/arm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arm')
-rw-r--r--runtime/arm/sysdeps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/arm/sysdeps.h b/runtime/arm/sysdeps.h
index 85404cf7..3d6a702c 100644
--- a/runtime/arm/sysdeps.h
+++ b/runtime/arm/sysdeps.h
@@ -17,7 +17,7 @@
// * Neither the name of the <organization> nor the
// names of its contributors may be used to endorse or promote products
// derived from this software without specific prior written permission.
-//
+//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -34,7 +34,7 @@
// System dependencies
-#if defined(MODEL_armv7r)
+#if defined(MODEL_armv7m)
// Thumb2-only
#define THUMB
#else