Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 775791 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
0
++ b/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
Lines 425-431 end) Link Here
425
op(llint_get_host_call_return_value, macro ()
425
op(llint_get_host_call_return_value, macro ()
426
    functionPrologue()
426
    functionPrologue()
427
    pushCalleeSaves()
427
    pushCalleeSaves()
428
    loadp Callee[cfr], t0
428
    loadp Callee + PayloadOffset[cfr], t0
429
    convertCalleeToVM(t0)
429
    convertCalleeToVM(t0)
430
    loadi VM::encodedHostCallReturnValue + TagOffset[t0], t1
430
    loadi VM::encodedHostCallReturnValue + TagOffset[t0], t1
431
    loadi VM::encodedHostCallReturnValue + PayloadOffset[t0], t0
431
    loadi VM::encodedHostCallReturnValue + PayloadOffset[t0], t0

Return to bug 775791