Make MOD_NORETURN fits into 32 bit
commit21fe99391931ba2af11ec15b8450db55876b6334
authorChristopher Li <sparse@chrisli.org>
Sat, 5 Sep 2009 15:32:03 +0000 (5 08:32 -0700)
committerChristopher Li <sparse@chrisli.org>
Fri, 16 Oct 2009 20:27:58 +0000 (16 20:27 +0000)
treedff8a21c1d6844971878a76838a89acff554fab3
parent7fc4304ac3b0d7389eac368a044d7381eec6c197
Make MOD_NORETURN fits into 32 bit

It is causing compiler warning on 32 bit systems.
Move it to lower bits fix it.

Signed-off-by: Christopher Li <sparse@chrisli.org>
symbol.h