fix unused parameter warning

This commit is contained in:
Joel Dice 2008-06-12 11:09:53 -06:00
parent e9c37f5ffd
commit 6f5cc9f45f

View File

@ -1762,7 +1762,7 @@ compareCR(Context* c, unsigned size, Assembler::Constant* a,
}
void
compareCM(Context* c, unsigned size, Assembler::Constant* a,
compareCM(Context* c, unsigned size UNUSED, Assembler::Constant* a,
Assembler::Memory* b)
{
assert(c, BytesPerWord == 8 or size == 4);