i965/test: Use unreachable() to silence warning.

This commit is contained in:
Matt Turner 2013-11-18 15:20:01 -08:00
parent 1f9092958d
commit 5fe49d99f2

View file

@ -88,6 +88,7 @@ protected:
virtual vec4_instruction *emit_urb_write_opcode(bool complete)
{
assert(!"Not reached");
unreachable();
}
};