OSDN Git Service

i965: Throw a link error when we see a "return" in main().
authorEric Anholt <eric@anholt.net>
Wed, 18 Aug 2010 02:51:00 +0000 (19:51 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 Aug 2010 02:55:14 +0000 (19:55 -0700)
commit1cdef8e90a33d982d8ce5ae73eb224e078a2054b
tree89be81808076847062e0cc90aa9f40d2da216aaa
parent03c59e4ab16b0ee362f189b549bd13491dba71e4
i965: Throw a link error when we see a "return" in main().

We'll need to use the HALT instruction to do this right, like returns
from other functions.
src/mesa/drivers/dri/i965/brw_program.c