summaryrefslogtreecommitdiff
path: root/test/riprel2.asm
Commit message (Collapse)AuthorAgeFilesLines
* BR 2148448: Fix RIP-relative addressing with an immediateH. Peter Anvin2008-10-061-0/+11
When there is an immediate in the instruction, a RIP-relative offset may not be relative to the end of the offset itself, since it is relative to the end of the *instruction*, not the end of the *offset*. Signed-off-by: H. Peter Anvin <hpa@zytor.com>