Format code
This commit is contained in:
parent
b136f08f2d
commit
c379d1bfe4
@ -735,7 +735,8 @@ static void test_armeb_ldrb(void)
|
||||
int r1 = 0x1234;
|
||||
int r2 = data_address;
|
||||
|
||||
uc_common_setup(&uc, UC_ARCH_ARM, UC_MODE_ARM | UC_MODE_BIG_ENDIAN, test_code, sizeof(test_code) - 1, UC_CPU_ARM_1176);
|
||||
uc_common_setup(&uc, UC_ARCH_ARM, UC_MODE_ARM | UC_MODE_BIG_ENDIAN,
|
||||
test_code, sizeof(test_code) - 1, UC_CPU_ARM_1176);
|
||||
|
||||
OK(uc_mem_map(uc, data_address, 1024 * 1024, UC_PROT_ALL));
|
||||
OK(uc_mem_write(uc, data_address, "\x66\x67\x68\x69", 4));
|
||||
|
Loading…
x
Reference in New Issue
Block a user