Skip to content

Commit

Permalink
Fix long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschneider@chromium.org committed Dec 10, 2010
1 parent b16df72 commit ac54854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full-codegen.h
Expand Up @@ -536,7 +536,7 @@ class FullCodeGenerator: public AstVisitor {
// Helper for calling an IC stub.
void EmitCallIC(Handle<Code> ic, RelocInfo::Mode mode);

// Helper for calling an IC stub with a patch site. Passing NULL for patch_site
// Calling an IC stub with a patch site. Passing NULL for patch_site
// indicates no inlined smi code and emits a nop after the IC call.
void EmitCallIC(Handle<Code> ic, JumpPatchSite* patch_site);

Expand Down

0 comments on commit ac54854

Please sign in to comment.