Changes in src/Validate/Autogen.cpp [b230091:00a8e19]
- File:
-
- 1 edited
-
src/Validate/Autogen.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/Autogen.cpp
rb230091 r00a8e19 248 248 structInst.params.push_back( new ast::TypeExpr( 249 249 typeDecl->location, 250 new ast::TypeInstType( typeDecl )250 new ast::TypeInstType( typeDecl->name, typeDecl ) 251 251 ) ); 252 252 } … … 264 264 unionInst.params.push_back( new ast::TypeExpr( 265 265 unionDecl->location, 266 new ast::TypeInstType( typeDecl )266 new ast::TypeInstType( typeDecl->name, typeDecl ) 267 267 ) ); 268 268 }
Note:
See TracChangeset
for help on using the changeset viewer.