* add CPU prefix to some defines

M    netbsd/signal.inc

git-svn-id: trunk@24684 -
This commit is contained in:
marco 2013-06-01 08:17:30 +00:00
parent 7ce3b803b3
commit c987e1f5b9

View File

@ -165,7 +165,7 @@ struct sigcontext {
sigset_t sc_mask; /* signal mask to restore (new style) */
};
*)
{$ifdef i386}
{$ifdef CPUi386}
SigContextRec = record
sc_gs : longint; { machine state (struct trapframe): }
sc_fs : longint;
@ -249,7 +249,7 @@ enum { _FRAME_GREG(GREG_OFFSETS) _NGREG = 26 };
greg(rsp, RSP, 24) \
greg(ss, SS, 25)
*)
{$ifdef X86_64}
{$ifdef CPUX86_64}
SigContextRec = record
sc_args : array[0..6] of clong;
sc_rdi : clong;