mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-09 04:14:20 +02:00
decoder_detail: Workaround #708
This commit is contained in:
@@ -42,7 +42,7 @@ struct detail {
|
||||
* A '0' in a bitstring indicates that a zero must be present at that bit position.
|
||||
* A '1' in a bitstring indicates that a one must be present at that bit position.
|
||||
*/
|
||||
#ifdef __APPLE__ // AppleClang workaround
|
||||
#ifdef __clang__
|
||||
static constexpr auto GetMaskAndExpect(std::array<char, opcode_bitsize> bitstring) {
|
||||
#else
|
||||
static consteval auto GetMaskAndExpect(std::array<char, opcode_bitsize> bitstring) {
|
||||
|
||||
Reference in New Issue
Block a user