Skip to content

Commit

Permalink
Set the name field of the Message created in CompiledFile::execute
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Bilkovich committed Aug 26, 2008
1 parent a6485b2 commit 358411b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/compiled_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ namespace rubinius {
msg.total_args = 0;
msg.recv = G(main);
msg.module = G(object);
msg.name = cm->name;

SET(cm.get(), scope, StaticScope::create(state));
SET(cm.get()->scope, module, G(object));
Expand Down

0 comments on commit 358411b

Please sign in to comment.