compile: wrap 64bit numbers with ULL() so 32bit compiles work
authorNathan Binkert <nate@binkert.org>
Sun, 8 Nov 2009 21:31:59 +0000 (13:31 -0800)
committerNathan Binkert <nate@binkert.org>
Sun, 8 Nov 2009 21:31:59 +0000 (13:31 -0800)
commit708faa767763e65a2fded8aa33ac3c63cca9c84c
treeb0920e30711eebf6d2529b3e51bc52e3e06c3caf
parent48525f581c6233b8f7a8a872c5774d4e245f431c
compile: wrap 64bit numbers with ULL() so 32bit compiles work
In the isa_parser, we need to check case statements.
src/arch/isa_parser.py
src/arch/x86/process.cc