You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In member procedure declarations, ##**""__Thiscall""**## specifies that a procedure will use the ##**Thiscall**## calling convention. In the //Thiscall// calling convention, the implicit and hidden [[KeyThis|This]] parameter is passed in the ##ECX## register.
12
+
13
+
The ##//Thiscall//## calling convention is for 32-bit x86 targets only and is only partially implemented. It should work when using //-gen gcc// backend, but as of fbc-1.08.0, it is not implemented for the //-gen gas// backed.
14
+
15
+
It is not needed for normal fbc usage, and would typically only be needed for linking to and using ""g++/c++"" libraries.
0 commit comments