mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Class pointers need to be directly addressable.
This commit is contained in:
parent
0b5565396b
commit
8a314e9e87
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ class_pointer_symbol (class_t *class)
|
|||
|
||||
sym = make_symbol (va ("_OBJ_CLASS_POINTER_%s", class->name),
|
||||
&type_ClassPtr,
|
||||
pr.far_data, st_static);
|
||||
pr.near_data, st_static);
|
||||
if (!sym->table)
|
||||
symtab_addsymbol (pr.symtab, sym);
|
||||
def = sym->s.def;
|
||||
|
|
Loading…
Reference in a new issue