comparison dyncallback/dyncall_callback_arm32_thumb_gas.s @ 13:82c39a220e51

minor fix for armv7 out-of-source builds
author Daniel Adler
date Wed, 22 Jul 2015 22:16:08 +0200
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
12:35ca16453c12 13:82c39a220e51
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