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

Commit 25e7555

Browse files
authored
Merge pull request #254 from sevenc-nanashi/patch-1
Fix: Handle Fiddle::DLError
2 parents a116e97 + 46c0e00 commit 25e7555

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)