* Add missing sc_arg6 to sc_arg9 fields in x86_64 SigContext record

git-svn-id: trunk@21028 -
This commit is contained in:
pierre 2012-04-24 23:05:20 +00:00
parent 23f21254bd
commit e0aa5839a9

View File

@ -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.
}