• Clemens Hammacher's avatar
    [simulator] Make Call variadic · a3baa353
    Clemens Hammacher authored
    In order to remove the CALL_GENERATED_CODE macro, it helps a lot to
    unify the interfaces of the simulators and make the Call method variadic
    in the number of arguments.
    This CL does that for each simulator. A follow-up CL will then
    completely remove the CALL_GENERATED_CODE macro and replace uses with
    the (new) GeneratedCode wrapper.
    
    R=mstarzinger@chromium.org
    
    Bug: v8:7182
    Change-Id: I1f81445ec2faba30f0bd233b022ae1f0fae4e96f
    Reviewed-on: https://chromium-review.googlesource.com/850873
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50413}
    a3baa353
simulator-s390.cc 259 KB