Consolidate all source files into src/ directory

This commit is contained in:
Merry 2021-05-19 17:28:35 +01:00
parent c6ecc835b6
commit 714216fd0e
328 changed files with 1006 additions and 1032 deletions

View file

@ -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;