open-watcom / open-watcom-v2

Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Other
989 stars 162 forks source link

16-bit C compiler crash #1297

Open jmalak opened 5 months ago

jmalak commented 5 months ago

following code crash 16-bit C compiler

short (far *funcloc)(unsigned char) = ((short (far )(unsigned char)) (0x6EA90034)); short p = funcloc(2); short p = ((short (__far )(unsigned char)) (0x6EA90034))(2);