mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Leave a FIXME for daglabel_t.live
This commit is contained in:
parent
d6d3027411
commit
ec128ffeee
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef struct daglabel_s {
|
|||
struct daglabel_s *next;
|
||||
struct daglabel_s *daglabel_chain; ///< all labels created for a dag
|
||||
int number; ///< index into array of labels in dag_t
|
||||
unsigned live:1; ///< accessed via an alias
|
||||
unsigned live:1; ///< accessed via an alias FIXME redundant?
|
||||
const char *opcode; ///< not if op
|
||||
struct operand_s *op; ///< not if opcode;
|
||||
struct dagnode_s *dagnode; ///< node with which this label is associated
|
||||
|
|
Loading…
Reference in a new issue