Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dceec13 + 2f13f54 commit 262e7f3Copy full SHA for 262e7f3
1 file changed
Modules/_ctypes/libffi/src/powerpc/ffi.c
@@ -146,12 +146,14 @@ ffi_prep_args_SYSV (extended_cif *ecif, unsigned *const stack)
146
} p_argv;
147
size_t struct_copy_size;
148
unsigned gprvalue;
149
+#ifndef __NO_FPRS__
150
+ double double_tmp;
151
+#endif
152
153
stacktop.c = (char *) stack + bytes;
154
gpr_base.u = stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS;
155
intarg_count = 0;
156
#ifndef __NO_FPRS__
- double double_tmp;
157
fpr_base.d = gpr_base.d - NUM_FPR_ARG_REGISTERS;
158
fparg_count = 0;
159
copy_space.c = ((flags & FLAG_FP_ARGUMENTS) ? fpr_base.c : gpr_base.c);
0 commit comments