diff options
| author | Ajax <commial@gmail.com> | 2018-03-05 14:27:59 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-03-05 16:02:10 +0100 |
| commit | a635e3e35125c9f3dd780a37baaec3e65ec87111 (patch) | |
| tree | bd3cc1a06b9962d4f19ba3770837970dad6b70e7 /test | |
| parent | acebba656c4924287a87fbfffd049b203e1a2604 (diff) | |
| download | miasm-a635e3e35125c9f3dd780a37baaec3e65ec87111.tar.gz miasm-a635e3e35125c9f3dd780a37baaec3e65ec87111.zip | |
Linux fake: __libc_start_main implementation for PPC
See glibc: 'sysdeps/unix/sysv/linux/powerpc/libc-start.c' for details
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]), |