diff options
author | Marek Olšák <[email protected]> | 2012-02-24 16:36:05 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-03-05 14:22:19 +0100 |
commit | 370c8b5ee7666f4f515d63603afe8282b1b3c682 (patch) | |
tree | f048581b0075accc2ede961cb31499a05e97286e /src/gallium/drivers/r600/r600_asm.c | |
parent | 0018db1126c443c4d70947010dcf1afa37e5fb16 (diff) |
r600g: remove obsolete todo comments
Also use XXX in the other ones, because it's the most used word for that
purpose in Mesa.
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 567f2048f5c..dc19936744b 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -2546,7 +2546,7 @@ void r600_bytecode_dump(struct r600_bytecode *bc) fprintf(stderr, "%04d %08X ", id, bc->bytecode[id]); fprintf(stderr, "ENDIAN:%d ", vtx->endian); fprintf(stderr, "OFFSET:%d\n", vtx->offset); - /* TODO */ + /* XXX */ id++; fprintf(stderr, "%04d %08X \n", id, bc->bytecode[id]); id++; |