Bug 158078

Summary: Fix Win64 build after r201335
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, keith_miller, mark.lam, msaboff, peavo, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

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