mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 23:28:24 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
edc1c037b0
2 changed files with 20 additions and 1 deletions
19
docs/unicorn-logo.txt
Normal file
19
docs/unicorn-logo.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
/\'. _,,
|
||||
|.\ \ .'_/
|
||||
_.-- |(\\ \ .'_.'
|
||||
_.-' \_\\ \\_),/ _/
|
||||
_).' .:::::::.___ .'
|
||||
// ' ./::::::\\o\(
|
||||
// //::/ '"( \
|
||||
//_ //::( '. '.
|
||||
/_'/ /||:::\ '. \
|
||||
'// '\\:::':\_ -<_' _'-
|
||||
/ | '\::/|::::.._ _ )(
|
||||
| | \:| \:( '.(_'._)
|
||||
| | \( \::. '-)
|
||||
\ \ . '""""---.
|
||||
\ \ \ . _.-...)
|
||||
\ \/\. \:.___.-'..:::/
|
||||
\ |\\:..\:::::'.::::/
|
||||
' '.:::::'..:::"'
|
||||
'":::""'
|
2
uc.c
2
uc.c
|
@ -284,7 +284,7 @@ uc_err uc_close(uch *handle)
|
|||
|
||||
free(uc->hook_callbacks);
|
||||
|
||||
free(uc->memory_map);
|
||||
free(uc->mapped_blocks);
|
||||
|
||||
// finally, free uc itself.
|
||||
memset(uc, 0, sizeof(*uc));
|
||||
|
|
Loading…
Reference in a new issue