diff dyncallback/dyncall_callback_arm32_thumb_gas.S @ 38:fb416abb2059

- armhf callback support (not all working, yet)
author cslag
date Fri, 18 Dec 2015 19:07:17 +0100
parents 03c516772c65
children f5577f6bf97a
line wrap: on
line diff
--- a/dyncallback/dyncall_callback_arm32_thumb_gas.S	Fri Dec 18 01:08:14 2015 +0100
+++ b/dyncallback/dyncall_callback_arm32_thumb_gas.S	Fri Dec 18 19:07:17 2015 +0100
@@ -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"