mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 22:08:14 +00:00
The LDR (literal, int reg) testcase takes a code label and compares the instructions around the label with known instructions in the code stream. There were only fixed insns on either side of the checking instruction which isn't enough given that offsets of +/-8 are used, instructions are only 4 wide and the values loaded are 64bit. Newer gcc versions would generate different code around the label and cause the tests to fail. Add enough nops around the actual instruction to really give known expected constant values to check against. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15829