From: Mike Hommey Date: Sat, 1 Jun 2019 00:06:01 +0000 (+0900) Subject: Bug 1526653 - Include struct definitions for user_vfp and user_vfp_exc. X-Git-Tag: archive/raspbian/78.13.0esr-1_deb11u1+rpi1^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a788a4930c15995e2514dbb2d70f6f689a8970c;p=firefox-esr.git Bug 1526653 - Include struct definitions for user_vfp and user_vfp_exc. Gbp-Pq: Topic fixes Gbp-Pq: Name Bug-1526653-Include-struct-definitions-for-user_vfp-.patch --- diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp index 78d15440843..9965e76814a 100644 --- a/js/src/wasm/WasmSignalHandlers.cpp +++ b/js/src/wasm/WasmSignalHandlers.cpp @@ -249,7 +249,16 @@ using mozilla::DebugOnly; #endif #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS -# include +struct user_vfp { + unsigned long long fpregs[32]; + unsigned long fpscr; +}; + +struct user_vfp_exc { + unsigned long fpexc; + unsigned long fpinst; + unsigned long fpinst2; +}; #endif #if defined(ANDROID)