xref: /freebsd/sys/riscv/include/sdt_machdep.h (revision 95eb4b873b6a8b527c5bd78d7191975dfca38998)
1 /*-
2  * SPDX-License-Identifier: BSD-2-Clause
3  *
4  * Copyright (c) 2024 Mark Johnston <markj@FreeBSD.org>
5  */
6 
7 #ifndef _SYS_SDT_MACHDEP_H_
8 #define	_SYS_SDT_MACHDEP_H_
9 
10 #define	_SDT_ASM_PATCH_INSTR	".option push; .option norvc; nop; .option pop"
11 
12 #endif /* _SYS_SDT_MACHDEP_H_ */
13