Added mode endian flags for sparc tests and fixed mode in sparc_jump_to_zero.c

This commit is contained in:
xorstream
2016-01-25 13:50:26 +11:00
parent 9ec2163571
commit 7973f6b4c9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#include <unicorn/unicorn.h>
#define HARDWARE_ARCHITECTURE UC_ARCH_SPARC
#define HARDWARE_MODE UC_ARCH_SPARC32|UC_MODE_BIG_ENDIAN
#define HARDWARE_MODE UC_MODE_SPARC32|UC_MODE_BIG_ENDIAN
#define MEMORY_STARTING_ADDRESS 0x1000000
#define MEMORY_SIZE 2 * 1024 * 1024