mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-29 18:54:47 +01:00
Reorganise src/frontend: Add subdirectories disassembler and translate
This commit is contained in:
parent
9b2aff166a
commit
07eaf100ba
15 changed files with 19 additions and 35 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <catch.hpp>
|
||||
|
||||
#include "frontend/disassembler.h"
|
||||
#include "frontend/disassembler/disassembler.h"
|
||||
|
||||
TEST_CASE( "Disassemble branch instructions", "[arm][disassembler][!hide]" ) {
|
||||
REQUIRE(Dynarmic::Arm::DisassembleArm(0xEAFFFFFE) == "b +#0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue