comparison dyncallback/dyncall_args_arm32_arm.c @ 39:f01895437921

- armhf callback support: fixed alignment logic (only return type support still missing)
author cslag
date Fri, 18 Dec 2015 20:17:51 +0100
parents fb416abb2059
children e5cdf4b4d813
comparison
equal deleted inserted replaced
38:fb416abb2059 39:f01895437921
34 /* or not (e.g. EABI has different alignment). If nothing specified, fall */ 34 /* or not (e.g. EABI has different alignment). If nothing specified, fall */
35 /* back to default behaviour for this platform. */ 35 /* back to default behaviour for this platform. */
36 /* @@@ check signature string */ 36 /* @@@ check signature string */
37 37
38 int sig = 38 int sig =
39 #if defined(DC__ABI_ARM_EABI) 39 #if defined(DC__ABI_ARM_EABI) || defined(DC__ABI_ARM_HF)
40 0; /* EABI */ 40 0; /* EABI */
41 #else 41 #else
42 1; /* ATPCS */ 42 1; /* ATPCS */
43 #endif 43 #endif
44 if(sig == 0) { 44 if(sig == 0) {