Changeset bef4f1a for src/main.cc


Ignore:
Timestamp:
Oct 26, 2023, 12:44:25 PM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
f43146e4
Parents:
8941b6b
Message:

Translation of the fix main pass to the new ast data structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r8941b6b rbef4f1a  
    437437                PASS( "Code Gen", CodeGen::generate, transUnit, *output, !genproto, prettycodegenp, true, linemarks, false );
    438438
    439                 translationUnit = convert( std::move( transUnit ) );
    440 
    441                 CodeGen::FixMain::fix( translationUnit, *output,
     439                CodeGen::FixMain::fix( transUnit, *output,
    442440                                (PreludeDirector + "/bootloader.c").c_str() );
    443441                if ( output != &cout ) {
Note: See TracChangeset for help on using the changeset viewer.