mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-12 12:18:22 -04:00
ssdaasdas
This commit is contained in:
parent
be9c7b2f1c
commit
e2e6619261
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ template<typename Visitor>
|
|||
using Matcher = Decoder::Matcher<Visitor, u32>;
|
||||
|
||||
template<typename V, typename ReturnType>
|
||||
static std::optional<ReturnType> DecodeArm(V& visitor, u32 instruction) noexcept {
|
||||
static std::optional<ReturnType> Decode(V& visitor, u32 instruction) noexcept {
|
||||
auto const make_fast_index = [](u32 a) {
|
||||
return ((a >> 10) & 0x00F) | ((a >> 18) & 0xFF0);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue