diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2021-07-10 16:19:52 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2021-07-10 16:19:52 +0000 |
| commit | 3a522ba1bc852c3d4660a4fa32e4a94999d09a47 (patch) | |
| tree | bc54f3286f7e98b8903873c8e3ece1bb8c3374b1 /sys/powerpc/include | |
| parent | 476ef25d321c4eb9fffe91265a03960983332bc2 (diff) | |
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index d4df3ccfefef..aac4e66b39fc 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -62,6 +62,7 @@ struct mdproc { #define MAXARGS 8 struct syscall_args { u_int code; + u_int original_code; struct sysent *callp; register_t args[MAXARGS]; }; |
