diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-28 08:00:34 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-28 08:00:34 -0700 |
commit | 7aab11761805b7911b6d04a15d46f2969c5508a1 (patch) | |
tree | 3760f4d2b9d048916e53f3a8204993ac5c4d1df3 /test/util | |
parent | 5fe886ab6f9290fd26cda46b7f0d15d9afd50fd5 (diff) | |
parent | d1786edba473b535cce1b9f30d6db804251ea0b5 (diff) |
Merge pull request #4543 from lubinszARM:pr_test_sigaltstack
PiperOrigin-RevId: 339459247
Diffstat (limited to 'test/util')
-rw-r--r-- | test/util/signal_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/signal_util.h b/test/util/signal_util.h index e7b66aa51..20eebd7e4 100644 --- a/test/util/signal_util.h +++ b/test/util/signal_util.h @@ -88,7 +88,7 @@ inline void FixupFault(ucontext_t* ctx) { #elif __aarch64__ inline void Fault() { // Zero and dereference x0. - asm("mov xzr, x0\r\n" + asm("mov x0, xzr\r\n" "str xzr, [x0]\r\n" : : |