1
0
mirror of synced 2026-05-02 14:31:37 +00:00

Merge remote-tracking branch 'origin/eddie/fix1118' into xc7mux

This commit is contained in:
Eddie Hung
2019-06-20 16:08:36 -07:00
2 changed files with 12 additions and 0 deletions

View File

@@ -517,6 +517,7 @@ wire_type_token:
TOK_GENVAR {
astbuf3->type = AST_GENVAR;
astbuf3->is_reg = true;
astbuf3->is_signed = true;
astbuf3->range_left = 31;
astbuf3->range_right = 0;
} |