outobj: handle compilers without 64-bit switch() support
commitb714cb27cbf8b3b158b11841875a4aa6ff71b17d
authorH. Peter Anvin <hpa@zytor.com>
Mon, 7 Jun 2010 18:34:28 +0000 (7 11:34 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 7 Jun 2010 18:34:28 +0000 (7 11:34 -0700)
tree53d9565a954cd79c1891d528232d304ec40300c7
parent4dff757ba5f22b3ac633d7c792f720d12f4f19f8
outobj: handle compilers without 64-bit switch() support

OpenWatcom, in particular, doesn't handle switch() statements with
64-bit expressions, sigh.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/outobj.c