[AArch64] nativeGotJump_at() missing call to verify().

XMLWordPrintable

    • b11
    • aarch64
    • generic

      Definition should include a call to verify().

      inline NativeGotJump* nativeGotJump_at(address addr) {
          NativeGotJump* jump = (NativeGotJump*)(addr);
       +DEBUG_ONLY(jump->verify());
          return jump;
      }

            Assignee:
            Patric Hedlin (Inactive)
            Reporter:
            Patric Hedlin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: