Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681036
Collapse All | Expand All

(-)a/js/src/wasm/WasmSignalHandlers.cpp (-1 / +10 lines)
Lines 248-254 using mozilla::DebugOnly; Link Here
248
#endif
248
#endif
249
249
250
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
250
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
251
#  include <sys/user.h>
251
struct user_vfp {
252
  unsigned long long fpregs[32];
253
  unsigned long fpscr;
254
};
255
256
struct user_vfp_exc {
257
  unsigned long fpexc;
258
  unsigned long fpinst;
259
  unsigned long fpinst2;
260
};
252
#endif
261
#endif
253
262
254
#if defined(ANDROID)
263
#if defined(ANDROID)

Return to bug 681036