crtc-demos / gcc-ia16

GNU General Public License v2.0
14 stars 2 forks source link

warning: 'stdcall' attribute directive ignored #3

Open pdinc-oss opened 7 years ago

pdinc-oss commented 7 years ago

STDCALL / Pascal function definition is needed.

tkchia commented 6 years ago

Hello @pdinc-oss, I have implemented __attribute__ ((stdcall)) in my fork of gcc-ia16. Thank you!