AARCH64: typo in LIR_Assembler::emit_profile_type

XMLWordPrintable

    • b06
    • aarch64

        I noticed this in emit_profile_type:
        Line 2812:
                // first time here. Set profile type.
                __ str(tmp, mdo_addr);
        [...]
        Line 2843:
                // first time here. Set profile type.
                __ ldr(tmp, mdo_addr);

        Shouldn't that "ldr" be a "str"?

              Assignee:
              Nick Gasson
              Reporter:
              Dean Long
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: