support memory redirection, so the issue #217 is fixed

This commit is contained in:
Nguyen Anh Quynh
2015-10-27 14:37:03 +08:00
parent cea1cf210d
commit 3a36e327ab
4 changed files with 26 additions and 0 deletions

View File

@@ -69,5 +69,7 @@ int main()
uc_close(uc);
printf("Good, this bug is fixed!\n");
return 0;
}