mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 07:58:18 +00:00
typo fixed: contest_restore -> context_restore (#843)
This commit is contained in:
parent
9cb64915c7
commit
6d8031eca4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void Init_unicorn() {
|
|||
rb_define_method(UcClass, "query", m_uc_query, 1);
|
||||
rb_define_method(UcClass, "context_save", m_uc_context_save, 0);
|
||||
rb_define_method(UcClass, "context_update", m_uc_context_update, 1);
|
||||
rb_define_method(UcClass, "contest_restore", m_uc_context_restore, 1);
|
||||
rb_define_method(UcClass, "context_restore", m_uc_context_restore, 1);
|
||||
}
|
||||
|
||||
VALUE m_uc_initialize(VALUE self, VALUE arch, VALUE mode) {
|
||||
|
|
Loading…
Reference in a new issue