Oops. revert my previous commit. AArch64 instructions are always LE.
This commit is contained in:
parent
9cb9f9bc98
commit
e0db9446d5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ptrace.h,v 1.11 2020/09/06 17:43:31 ryo Exp $ */
|
||||
/* $NetBSD: ptrace.h,v 1.12 2020/09/07 18:29:48 ryo Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2014 The NetBSD Foundation, Inc.
|
||||
@ -62,11 +62,7 @@
|
||||
#define PTRACE_REG_SP(r) (r)->r_sp
|
||||
#define PTRACE_REG_INTRV(r) (r)->r_reg[0]
|
||||
|
||||
#ifdef __AARCH64EB__
|
||||
#define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xd4, 0x20, 0x01, 0xa0 })
|
||||
#else
|
||||
#define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xa0, 0x01, 0x20, 0xd4 })
|
||||
#endif
|
||||
#define PTRACE_BREAKPOINT_ASM __asm __volatile("brk #13" ::: "memory")
|
||||
#define PTRACE_BREAKPOINT_SIZE 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user