|
Hi Thomas, Thomas Petazzoni wrote: I want to assign some data to a long pointer variable SysAdddr.Hi, Le Fri, 05 May 2006 18:02:48 +0530, sudheer <urwithsudheer@xxxxxxxxx> a écrit : #ifdef CONFIG_64 *(SysAddr + num_items) = (0xaa55aa55aa000000 + num_items); #else *(SysAddr + num_items) = (0x11220000 + (num_items)); #endif If it is 64 but system i should assign 64 bit or else 32 bit data. Can i have any other option/method ? Thanks Sudheer |