diff options
author | Marc Dietrich <[email protected]> | 2009-08-30 09:24:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-30 09:24:27 -0600 |
commit | a192da37ed2b8e7c9cc1525687233ad59611a3f8 (patch) | |
tree | e96eeee480294c7b5fa16e9b2fe3f7ce1bb2eada /src/gallium/drivers/cell/common.h | |
parent | d6b8664e3cd37c081cb1dd3d6cd5ffdac1813dac (diff) |
cell: fix compilation
Diffstat (limited to 'src/gallium/drivers/cell/common.h')
-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 1f6860da119..d5f5c7bbba8 100644 --- a/src/gallium/drivers/cell/common.h +++ b/src/gallium/drivers/cell/common.h @@ -327,7 +327,7 @@ struct cell_command_sampler opcode_t opcode; /**< CELL_CMD_STATE_SAMPLER */ uint unit; struct pipe_sampler_state state; - uint32_t pad_[1]; + uint32_t pad_[2]; }; |