changeset 13:82c39a220e51

minor fix for armv7 out-of-source builds
author Daniel Adler
date Wed, 22 Jul 2015 22:16:08 +0200
parents 35ca16453c12
children 450c4f06cb14
files dyncallback/dyncall_callback_arm32_thumb_apple.s dyncallback/dyncall_callback_arm32_thumb_gas.s
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dyncallback/dyncall_callback_arm32_thumb_apple.s	Tue Jul 21 17:24:59 2015 +0200
+++ b/dyncallback/dyncall_callback_arm32_thumb_apple.s	Wed Jul 22 22:16:08 2015 +0200
@@ -28,5 +28,5 @@
 /* into ARM mode, the parameters passed use the same registers/stack spase */
 /* as the ARM mode, and the bx instruction switches back to THUMB mode, if */
 /* the function to be called has a "THUMB function address" (=address+1).  */
-.include "dyncall_callback_arm32_arm_apple.s"
+#include "dyncall_callback_arm32_arm_apple.s"
 
--- a/dyncallback/dyncall_callback_arm32_thumb_gas.s	Tue Jul 21 17:24:59 2015 +0200
+++ b/dyncallback/dyncall_callback_arm32_thumb_gas.s	Wed Jul 22 22:16:08 2015 +0200
@@ -28,5 +28,5 @@
 /* into ARM mode, the parameters passed use the same registers/stack space */
 /* as the ARM mode, and the bx instruction switches back to THUMB mode, if */
 /* the function to be called has a "THUMB function address" (=address+1).  */
-.include "dyncall_callback_arm32_arm_gas.s"
+#include "dyncall_callback_arm32_arm_gas.s"