Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 46c0e00

Browse files
Fix: Handle Fiddle::DLError
1 parent a116e97 commit 46c0e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/syntax_tree/yarv/instruction_sequence.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def push(instruction)
7070
[Fiddle::TYPE_VOIDP] * 3,
7171
Fiddle::TYPE_VOIDP
7272
)
73-
rescue NameError
73+
rescue NameError, Fiddle::DLError
7474
end
7575

7676
# This object is used to track the size of the stack at any given time. It

0 commit comments

Comments
 (0)