You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wlog("#{pinst.refname}: Encoder #{encoder.refname} does not preserve registers and the caller needs #{reqs['EncoderOptions']['SaveRegisters']} preserved.",
171
172
'core',LEV_1)
172
173
next
@@ -238,10 +239,11 @@ def encode
238
239
self.encoded=eout
239
240
break
240
241
}
242
+
241
243
# If the encoded payload is nil, raise an exception saying that we
242
244
# suck at life.
243
245
if(self.encoded == nil)
244
-
self.encoder=nil
246
+
self.encoder=nil
245
247
raiseNoEncodersSucceededError,
246
248
"#{pinst.refname}: All encoders failed to encode.",
0 commit comments