remoe sys call message

and rely on linux to restore all registers
save message in r8
This commit is contained in:
Torsten Ruger
2015-07-02 13:48:32 +03:00
parent 9a6c5d9ea8
commit 69781fb505
3 changed files with 8 additions and 16 deletions

View File

@ -25,7 +25,6 @@ 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 , :first_message