diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -34,7 +34,28 @@ enum Reg { REG_a, REG_b, REG_c, - // ... + REG_d, + REG_e, + REG_f, + REG_g, + REG_h, + REG_i, + REG_j, + REG_k, + REG_l, + REG_m, + REG_n, + REG_o, + REG_p, + REG_q, + REG_r, + REG_s, + REG_t, + REG_u, + REG_v, + REG_w, + REG_x, + REG_y, REG_z, REG_DEFAULT, REG_LAST, |
