We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a116e97 + 46c0e00 commit 25e7555Copy full SHA for 25e7555
lib/syntax_tree/yarv/instruction_sequence.rb
@@ -70,7 +70,7 @@ def push(instruction)
70
[Fiddle::TYPE_VOIDP] * 3,
71
Fiddle::TYPE_VOIDP
72
)
73
- rescue NameError
+ rescue NameError, Fiddle::DLError
74
end
75
76
# This object is used to track the size of the stack at any given time. It
0 commit comments