lkundrak / dev86

C compiler, assembler and linker environment for the production of 8086 executables
http://v3.sk/~lkundrak/dev86/
GNU General Public License v2.0
153 stars 44 forks source link

Fix build for x86_64 and riscv64 #25

Open r-value opened 1 year ago

r-value commented 1 year ago

Add definition of 4 bytes Long for x86_64 and riscv64. This fixes build for both targets.

This patch is the same as jbruchon/dev86#25.