datarace: fixup, properly document BIT48
authorBrian Norris <banorris@uci.edu>
Fri, 13 Jul 2012 06:15:58 +0000 (23:15 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 13 Jul 2012 06:15:58 +0000 (23:15 -0700)
commit82a487f5efd48d3ec5f35a72e826100371731506
tree9285c06b71dbcac61109f98a1cd171187a9007a3
parentc0ba8bc46e9c15214d0fce2d3f8f984b11636683
datarace: fixup, properly document BIT48

The "48-bit virtual address" macro should be checked with #if, not #ifdef,
since it's defined to 1 or 0. You would use #ifdef if it's either "define" or
"not defined." Make this clear in the comment as well.
config.h
datarace.cc