Skip to content
Commit a26a157b authored by Simon Atanasyan's avatar Simon Atanasyan
Browse files

[ELF][MIPS] Fix mask used to parse MIPS 3-in-1 relocation packet

In isPreemptible routine we interested in R_MIPS_GPREL16 relocation
only. This relocation fits 0xf. So the new mask 0xff is just to conform
the ABI specification.

llvm-svn: 272388
parent f4a5710a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment