• Milad Fa's avatar
    PPC/s390: [wasm] Use int type for small offsets · d9829b92
    Milad Fa authored
    Port ba564604
    
    Original Commit Message:
    
        The uint32_t type can easily be confused with the memory offsets that
        are currently 32 bit and will become 64 bit with the memory64 proposal.
        Since the offsets into the instance are always small anyway, the type of
        the integer does not really matter, and we should stick to the default
        'int'.
    
    R=clemensb@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com
    BUG=
    LOG=N
    
    Change-Id: Icfc3b4172984c81355ca4b69b67433892cca7408
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2491107Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
    Commit-Queue: Milad Fa <mfarazma@redhat.com>
    Cr-Commit-Position: refs/heads/master@{#70720}
    d9829b92
Name
Last commit
Last update
..
liftoff-assembler-s390.h Loading commit data...