[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Missing parenthesis in mint/sysvars.h



Hello,

There is a missing ( for the definition of vblsem, in mint/sysvars.h:
#define vblsem		((short *) 0x452L))  /* vbl semaphore */

It should be:
#define vblsem		(((short *) 0x452L))  /* vbl semaphore */

-- 
Patrice Mandin
WWW: http://pmandin.atari.org/
Programmeur Linux, Atari
Spécialité: Développement, jeux