finish syscall

works, even had to fix parfait bug to see
This commit is contained in:
Torsten Ruger
2015-06-24 16:07:27 +03:00
parent 1a82ebcd69
commit 59188105ba
3 changed files with 8 additions and 5 deletions

View File

@ -27,6 +27,7 @@ module Parfait
super()
Parfait::Space.set_object_space self
@classes = Parfait::Dictionary.new_object
@syscall_message = nil # a hack sto store the message during syscall
end
attr_reader :classes , :frames, :messages, :next_message , :next_frame