sparc: set compute functions for icc_table[] & xcc_table[]. this fixes issue #289

This commit is contained in:
Nguyen Anh Quynh
2015-12-12 00:41:09 +08:00
parent 613d60119e
commit a142611f56
2 changed files with 8 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
#define MEMORY_SIZE 2 * 1024 * 1024
#define MEMORY_PERMISSIONS UC_PROT_ALL
#define BINARY_CODE "\x02\xbc"
#define BINARY_CODE "\x02\xbc\x00\x00"
int main(int argc, char **argv, char **envp) {
uc_engine *uc;