Changeset 61236 in vbox for trunk/src/libs
- Timestamp:
- May 27, 2016 10:31:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_amd64_darwin.cpp
r26163 r61236 150 150 invoke_copy_to_stack(stack, paramCount, params, gpregs, fpregs); 151 151 152 // disable the warning about sometimes not initialized variables which is hit 153 // when we pass less than 8 XMM or less than 6 GPR registers. 154 #pragma clang diagnostic push 155 #pragma clang diagnostic ignored "-Wsometimes-uninitialized" 156 152 157 // Load FPR registers from fpregs[] 153 158 register double d0 asm("xmm0"); … … 209 214 PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5); 210 215 return result; 216 217 #pragma clang diagnostic pop 211 218 }
Note:
See TracChangeset
for help on using the changeset viewer.