diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/microinstruction.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/microinstruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/microinstruction.h b/src/shader_recompiler/frontend/ir/microinstruction.h index d5336c438..770bbd550 100644 --- a/src/shader_recompiler/frontend/ir/microinstruction.h +++ b/src/shader_recompiler/frontend/ir/microinstruction.h | |||
| @@ -134,6 +134,7 @@ static_assert(sizeof(Inst) <= 128, "Inst size unintentionally increased"); | |||
| 134 | 134 | ||
| 135 | struct AssociatedInsts { | 135 | struct AssociatedInsts { |
| 136 | union { | 136 | union { |
| 137 | Inst* in_bounds_inst; | ||
| 137 | Inst* sparse_inst; | 138 | Inst* sparse_inst; |
| 138 | Inst* zero_inst{}; | 139 | Inst* zero_inst{}; |
| 139 | }; | 140 | }; |