When generating forward references to functions, use the default code address
size. git-svn-id: svn://svn.cc65.org/cc65/trunk@3948 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -187,7 +187,7 @@ Type* GetImplicitFuncType (void)
|
|||||||
F->TagTab = &EmptySymTab;
|
F->TagTab = &EmptySymTab;
|
||||||
|
|
||||||
/* Fill the type string */
|
/* Fill the type string */
|
||||||
T[0].C = T_FUNC;
|
T[0].C = T_FUNC | CodeAddrSizeQualifier ();
|
||||||
T[0].A.P = F;
|
T[0].A.P = F;
|
||||||
T[1].C = T_INT;
|
T[1].C = T_INT;
|
||||||
T[2].C = T_END;
|
T[2].C = T_END;
|
||||||
|
|||||||
Reference in New Issue
Block a user