comparison 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
comparison
equal deleted inserted replaced
37:020ef1972d31 38:fb416abb2059
26 26
27 /* We can use the ARM mode callback code here, because the thunk switches */ 27 /* We can use the ARM mode callback code here, because the thunk switches */
28 /* into ARM mode, the parameters passed use the same registers/stack space */ 28 /* into ARM mode, the parameters passed use the same registers/stack space */
29 /* as the ARM mode, and the bx instruction switches back to THUMB mode, if */ 29 /* as the ARM mode, and the bx instruction switches back to THUMB mode, if */
30 /* the function to be called has a "THUMB function address" (=address+1). */ 30 /* the function to be called has a "THUMB function address" (=address+1). */
31 #include "dyncall_callback_arm32_arm_gas.s" 31 #include "dyncall_callback_arm32_arm_gas.S"
32 32