ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / firefox / patches / patch-js_src_wasm_WasmSignalHandlers.cpp.patch
blobec9190213a1c72049157b40313ebe734a75363ed
1 --- firefox-100.0/js/src/wasm/WasmSignalHandlers.cpp.old 2022-04-05 18:22:41.871023034 +0000
2 +++ firefox-100.0/js/src/wasm/WasmSignalHandlers.cpp 2022-04-05 18:23:09.842259202 +0000
3 @@ -112,6 +112,7 @@
4 # define R32_sig(p) ((p)->sc_frame.srr0)
5 # endif
6 # elif defined(__linux__) || defined(__sun)
7 +# include <sys/regset.h>
8 # if defined(__linux__)
9 # define EIP_sig(p) ((p)->uc_mcontext.gregs[REG_EIP])
10 # define EBP_sig(p) ((p)->uc_mcontext.gregs[REG_EBP])