Browse Source

* Add missing sc_arg6 to sc_arg9 fields in x86_64 SigContext record

git-svn-id: trunk@21028 -
pierre 13 years ago
parent
commit
e0aa5839a9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      rtl/netbsd/signal.inc

+ 4 - 1
rtl/netbsd/signal.inc

@@ -257,6 +257,10 @@ enum { _FRAME_GREG(GREG_OFFSETS) _NGREG = 26 };
 	sc_rcx : clong;
 	sc_rcx : clong;
 	sc_r8  : clong;
 	sc_r8  : clong;
 	sc_r9  : clong;
 	sc_r9  : clong;
+	sc_arg6  : clong;
+	sc_arg7  : clong;
+	sc_arg8  : clong;
+	sc_arg9  : clong;
 	sc_r10 : clong;
 	sc_r10 : clong;
 	sc_r11 : clong;
 	sc_r11 : clong;
 	sc_r12 : 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.
   If OldAct is non-nil the previous action is saved there.
 }
 }
 
 
-