diff options
author | Brian Paul <[email protected]> | 2010-07-26 20:49:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-26 20:49:09 -0600 |
commit | 2a8021667de68c6ee2723b52a27dd980c1ca5602 (patch) | |
tree | f8a7db0b7667f3e68f30987cbd59fc6256501740 | |
parent | d2c714627ca490b23639ba4c32603f56b9d993e3 (diff) |
cell: comment-out unneeded padding field
-rw-r--r-- | src/gallium/drivers/cell/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index bbb112fd336..a8cdde34aa7 100644 --- a/src/gallium/drivers/cell/common.h +++ b/src/gallium/drivers/cell/common.h @@ -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];*/ }; |