Changeset d958834b for src/CodeGen
- Timestamp:
- Jul 25, 2022, 12:29:40 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- b729c01
- Parents:
- d4b37ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
rd4b37ab rd958834b 289 289 if ( obj->get_init() ) { 290 290 obj->get_init()->accept( *visitor ); 291 last_val = ((ConstantExpr *)(((SingleInit *)(obj->init))->value))->constant.get_ival();291 // last_val = ((ConstantExpr *)(((SingleInit *)(obj->init))->value))->constant.get_ival(); 292 292 } else { 293 293 output << ++last_val;
Note:
See TracChangeset
for help on using the changeset viewer.