Skip to content

Commit

Permalink
Recognize new rbi/obi regs in op update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 12, 2019
1 parent eb48ea1 commit e4d5368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/update_ops.p6
Expand Up @@ -13,7 +13,8 @@ grammar OperandFlag {
| <special>
}
token rw { < rl wl r w > }
token type { < int8 int16 int32 int64 num32 num64 str obj uint8 uint16 uint32 uint64 > }
token type { < int8 int16 int32 int64 num32 num64 str obj
uint8 uint16 uint32 uint64 rbi obi > }
token type_var { '`1' }
token special { < ins lo coderef callsite sslot > }
}
Expand Down

0 comments on commit e4d5368

Please sign in to comment.