mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Set the method's function pointer.
This commit is contained in:
parent
3721b2edca
commit
d04865884f
1 changed files with 1 additions and 0 deletions
|
@ -1496,6 +1496,7 @@ methoddef
|
|||
current_func = begin_function (sym, nicename, ivar_scope, 1);
|
||||
class_finish_ivar_scope (current_class, ivar_scope,
|
||||
current_func->symtab);
|
||||
method->func = sym->s.func;
|
||||
method->def = sym->s.func->def;
|
||||
current_symtab = current_func->symtab;
|
||||
current_storage = st_local;
|
||||
|
|
Loading…
Reference in a new issue