comparison dyncallback/dyncall_args_arm32_arm.h @ 38:fb416abb2059

- armhf callback support (not all working, yet)
author cslag
date Fri, 18 Dec 2015 19:07:17 +0100
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
37:020ef1972d31 38:fb416abb2059
33 { 33 {
34 /* Don't change order! */ 34 /* Don't change order! */
35 long reg_data[4]; 35 long reg_data[4];
36 int reg_count; 36 int reg_count;
37 long* stack_ptr; 37 long* stack_ptr;
38 #if defined(DC__ABI_ARM_HF)
39 DCfloat f[16];
40 int freg_count;
41 int dreg_count;
42 #endif
38 }; 43 };
39 44
40 #endif /* DYNCALLBACK_ARGS_ARM32_ARM_H */ 45 #endif /* DYNCALLBACK_ARGS_ARM32_ARM_H */
41 46