Revert test_ctl endian changes

This commit is contained in:
mio 2022-10-27 23:39:43 +02:00
parent bb7b5bb64a
commit d80cd54b0f
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ static inline int64_t get_clock_realtime(void)
#endif
const uint64_t code_start = LEINT64(0x1000);
const uint64_t code_len = LEINT64(0x4000);
const uint64_t code_start = 0x1000;
const uint64_t code_len = 0x4000;
static void uc_common_setup(uc_engine **uc, uc_arch arch, uc_mode mode,
const char *code, uint64_t size)