mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* Add missing sc_arg6 to sc_arg9 fields in x86_64 SigContext record
git-svn-id: trunk@21028 -
This commit is contained in:
parent
23f21254bd
commit
e0aa5839a9
@ -257,6 +257,10 @@ enum { _FRAME_GREG(GREG_OFFSETS) _NGREG = 26 };
|
||||
sc_rcx : clong;
|
||||
sc_r8 : clong;
|
||||
sc_r9 : clong;
|
||||
sc_arg6 : clong;
|
||||
sc_arg7 : clong;
|
||||
sc_arg8 : clong;
|
||||
sc_arg9 : clong;
|
||||
sc_r10 : clong;
|
||||
sc_r11 : clong;
|
||||
sc_r12 : clong;
|
||||
@ -312,4 +316,3 @@ enum { _FRAME_GREG(GREG_OFFSETS) _NGREG = 26 };
|
||||
If OldAct is non-nil the previous action is saved there.
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user