Skip to content

Commit

Permalink
Bug 1329194 - mfbt:tests: Define RETURN_INSTR for SH in TestPoisonAre…
Browse files Browse the repository at this point in the history
…a. r=glandium
  • Loading branch information
glaubitz authored and glandium committed Jan 20, 2017
1 parent 942df3d commit ba58645
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mfbt/tests/TestPoisonArea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
#elif defined __s390__
#define RETURN_INSTR 0x07fe0000 /* br %r14 */

#elif defined __sh__
#define RETURN_INSTR 0x0b000b00 /* rts; rts */

#elif defined __aarch64__
#define RETURN_INSTR 0xd65f03c0 /* ret */

Expand Down

0 comments on commit ba58645

Please sign in to comment.