Comment 6 for bug 1783252

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2018-08-01 10:10 EDT-------
By the way, there *will* be a problem in greenlet if REGS_TO_SAVE includes r2. In that case you'll see the same error message, with r30 replaced by r2. That's because you aren't allowed to clobber the TOC register with an asm like this, so it's a feechur, not a bug. So please verify they aren't doing that.