Merge systemz to the latest uc2 codebase

This commit is contained in:
mio
2021-12-26 22:58:32 +01:00
60 changed files with 28970 additions and 5 deletions

6
tests/unit/test_s390x.c Normal file
View File

@ -0,0 +1,6 @@
#include "unicorn_test.h"
const uint64_t code_start = 0x1000;
const uint64_t code_len = 0x4000;
TEST_LIST = {{NULL, NULL}};