K 10 svn:author V 6 jbeich K 8 svn:date V 27 2019-03-06T02:55:21.399931Z K 7 svn:log V 882 www/firefox-esr: unbreak on powerpc64 after r472833 In file included from objdir/js/src/Unified_cpp_js_src41.cpp:2: js/src/wasm/WasmSignalHandlers.cpp: In function 'uint8_t** ContextToPC(ucontext_t*)': js/src/wasm/WasmSignalHandlers.cpp:439:19: error: 'R32_sig' was not declared in this scope #define PC_sig(p) R32_sig(p) ^~~~~~~ js/src/wasm/WasmSignalHandlers.cpp:450:39: note: in expansion of macro 'PC_sig' return reinterpret_cast(&PC_sig(context)); ^~~~~~ js/src/wasm/WasmSignalHandlers.cpp:439:19: note: suggested alternative: 'R12_sig' #define PC_sig(p) R32_sig(p) ^~~~~~~ js/src/wasm/WasmSignalHandlers.cpp:450:39: note: in expansion of macro 'PC_sig' return reinterpret_cast(&PC_sig(context)); ^~~~~~ Reported by: pkg-fallout END