blob: 5ffdcce2a1a430e5eb840df9a5d6518f906ec10d (
plain) (
blame)
1
2
3
4
5
6
7
|
vixl assert
https://github.com/FEX-Emu/FEX/blob/b020e593a5b34d8add4e86850f8bfeb155dc5223/External/FEXCore/Source/Interface/Core/Dispatcher/Arm64Dispatcher.cpp#L506
This line triggers an assert in vixl from a recent change.
assert line: https://github.com/FEX-Emu/vixl/blob/1a0fc0430855d4fe355edc1a0adcce15ee7e4ef7/src/code-buffer-vixl.cc#L73
CI doesn't compile with vixl asserts enabled which is why it wasn't hit there.
|