Commit b897acdf authored by Adam Matoušek's avatar Adam Matoušek
Browse files

tiny cc: Emit "null" location for internal code.

parent ae4c6ca9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -266,7 +266,10 @@ struct function_codegen
    void dbg_location( document::span lit )
    {
        if ( is_silent() )
        {
            as().add_source_line( {} );
            return;
        }

        if ( !lit )
            return;