comparison dyncall/dyncall_callvm_arm32_arm_armhf.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 3e629dc19168
children c4de113dc1e9
comparison
equal deleted inserted replaced
38:fb416abb2059 39:f01895437921
115 */ 115 */
116 p->s = p->d; 116 p->s = p->d;
117 } 117 }
118 } else { 118 } else {
119 p->s = 16; 119 p->s = 16;
120 union { 120 union { /*@@@decl at top, compat*/
121 DCdouble d; 121 DCdouble d;
122 DCchar b[8]; 122 DCchar b[8];
123 } v; // ,w; 123 } v; // ,w;
124 v.d = x; 124 v.d = x;
125 #if 0 125 #if 0