From a635e3e35125c9f3dd780a37baaec3e65ec87111 Mon Sep 17 00:00:00 2001 From: Ajax Date: Mon, 5 Mar 2018 14:27:59 +0100 Subject: Linux fake: __libc_start_main implementation for PPC See glibc: 'sysdeps/unix/sysv/linux/powerpc/libc-start.c' for details --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 259a1eaa..fa27b787 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -686,7 +686,7 @@ for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []), Example.get_sample("md5_aarch64l"), "--mimic-env"], []), (["sandbox_elf_ppc32.py", - Example.get_sample("md5_ppc32b"), "-a", "0x1000087C"], + Example.get_sample("md5_ppc32b"), "--mimic-env"], []), (["msp430.py", Example.get_sample("msp430_sc.bin"), "0"], [test_msp430]), -- cgit 1.4.1