cell: comment-out unneeded padding field

This commit is contained in:
Brian Paul 2010-07-26 20:49:09 -06:00
parent d2c714627c
commit 2a8021667d

View file

@ -230,7 +230,7 @@ struct cell_command_rasterizer
{
opcode_t opcode; /**< CELL_CMD_STATE_RASTERIZER */
struct pipe_rasterizer_state rasterizer;
uint32_t pad[1];
/*uint32_t pad[1];*/
};