mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-30 19:24:42 +01:00
Consolidate all source files into src/ directory
This commit is contained in:
parent
c6ecc835b6
commit
714216fd0e
328 changed files with 1006 additions and 1032 deletions
|
|
@ -5,9 +5,8 @@
|
|||
|
||||
#include <catch.hpp>
|
||||
|
||||
#include <dynarmic/A64/a64.h>
|
||||
|
||||
#include "testenv.h"
|
||||
#include "./testenv.h"
|
||||
#include "dynarmic/interface/A64/a64.h"
|
||||
|
||||
TEST_CASE("misaligned load/store do not use page_table when detect_misaligned_access_via_page_table is set", "[a64]") {
|
||||
A64TestEnv env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue