Bug 127782 - CStack Branch: Some LLInt symbols not declared extern "C"
Summary: CStack Branch: Some LLInt symbols not declared extern "C"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 127776
  Show dependency treegraph
 
Reported: 2014-01-28 08:54 PST by Michael Saboff
Modified: 2014-01-28 09:03 PST (History)
0 users

See Also:


Attachments
Patch (3.29 KB, patch)
2014-01-28 08:59 PST, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-01-28 08:54:38 PST
llint_throw_stack_overflow_error() and llint_stack_check_at_vm_entry() should be declared with extern "C".
Comment 1 Michael Saboff 2014-01-28 08:59:55 PST
Created attachment 222454 [details]
Patch
Comment 2 Geoffrey Garen 2014-01-28 09:01:31 PST
Comment on attachment 222454 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-01-28 09:03:06 PST
Committed r162934: <http://trac.webkit.org/changeset/162934>