Skip to content
  • Tim Northover's avatar
    X86: correct tail return address calculation · ecc018c7
    Tim Northover authored
    Due to the weird and wondeful usual arithmetic conversions, some
    calculations involving negative values were getting performed in
    uint32_t and then promoted to int64_t, which is really not a good
    idea.
    
    Patch by Katsuhiro Ueno.
    
    llvm-svn: 187703
    ecc018c7
Loading