[Bug translator/28334] cannot handle offset into register

scox at redhat dot com sourceware-bugzilla@sourceware.org
Thu May 19 20:50:45 GMT 2022


https://sourceware.org/bugzilla/show_bug.cgi?id=28334

Stan Cox <scox at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-05-19
         Resolution|FIXED                       |---

--- Comment #3 from Stan Cox <scox at redhat dot com> ---
It is hitting this case:
dwflpp::translate_base_ref

    case loc_register:
      if (loc->offset != 0)
        throw SEMANTIC_ERROR (_("cannot handle offset into register"),
ctx.e->tok);
      // The existing program is the value.
      break;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list