Bug 158078 - Fix Win64 build after r201335
Summary: Fix Win64 build after r201335
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-25 11:43 PDT by Alex Christensen
Modified: 2016-05-25 11:58 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2016-05-25 11:44 PDT, Alex Christensen
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2016-05-25 11:43:55 PDT
Fix Win64 build after r201335
Comment 1 Alex Christensen 2016-05-25 11:44:50 PDT
Created attachment 279788 [details]
Patch
Comment 2 Alex Christensen 2016-05-25 11:50:09 PDT
This is the generated assembly:
    movsx eax, byte ptr [0 + r9 + rdx * 1]                   ; C:/Users/Alex/Documents/WinCairoBot/win-cairo-release/build/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:1504
...
    movsx eax, word ptr [0 + r9 + rdx * 2]                   ; C:/Users/Alex/Documents/WinCairoBot/win-cairo-release/build/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:1508
Comment 3 Mark Lam 2016-05-25 11:52:21 PDT
Comment on attachment 279788 [details]
Patch

r=me if tests / bots are happy.
Comment 4 Alex Christensen 2016-05-25 11:58:43 PDT
http://trac.webkit.org/changeset/201392