mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
osreldate.h and sys/param.h were manually adjusted to not __FreeBSD_version since it will be defined by the compiler.
10 lines
No EOL
321 B
C
Vendored
10 lines
No EOL
321 B
C
Vendored
/* $NetBSD: trap.h,v 1.1 2001/02/23 03:48:19 ichiro Exp $ */
|
|
|
|
#ifndef _MACHINE_TRAP_H_
|
|
#define _MACHINE_TRAP_H_
|
|
#define GDB_BREAKPOINT 0xe6000011
|
|
#define GDB5_BREAKPOINT 0xe7ffdefe
|
|
#define PTRACE_BREAKPOINT 0xe7fffff0
|
|
#define KERNEL_BREAKPOINT 0xe7ffffff
|
|
#define FBT_BREAKPOINT 0xe7f000f0
|
|
#endif /* _MACHINE_TRAP_H_ */ |