]> granicus.if.org Git - strace/commitdiff
mips o32, powerpc, powerpc64: fix decoding of iopl syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 00:46:50 +0000 (00:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 01:08:13 +0000 (01:08 +0000)
* linux/mips/syscallent-o32.h (iopl): Fix nargs.
* linux/powerpc/syscallent.h (iopl): Fix nargs and sys_func.
* linux/powerpc64/syscallent.h (iopl): Likewise.

linux/mips/syscallent-o32.h
linux/powerpc/syscallent.h
linux/powerpc64/syscallent.h

index 7a75abd1d632e1fa03b1a7d0e7a2338073036519..61870fa824fd19118119a662039fa598f8a4b739 100644 (file)
 [4107] = { 2,  TF,             SEN(lstat),                     "lstat"                 },
 [4108] = { 2,  TD,             SEN(fstat),                     "fstat"                 },
 [4109] = { 1,  0,              SEN(olduname),                  "olduname"              },
-[4110] = { 0,  0,              SEN(iopl),                      "iopl"                  },
+[4110] = { 1,  0,              SEN(iopl),                      "iopl"                  },
 [4111] = { 0,  0,              SEN(vhangup),                   "vhangup"               },
 [4112] = { 0,  0,              SEN(idle),                      "idle"                  },
 [4113] = { 5,  0,              SEN(vm86old),                   "vm86"                  },
index 8a79c9f0aa560d6c0f6ebebb5fa669e632e7ea98..806f4d63a00bfc133f1b3238f9e924511022bd0c 100644 (file)
 [107] = { 2,   TF,             SEN(lstat),                     "lstat"                 },
 [108] = { 2,   TD,             SEN(fstat),                     "fstat"                 },
 [109] = { 1,   0,              SEN(olduname),                  "olduname"              },
-[110] = { 5,   0,              SEN(printargs),                 "iopl"                  },
+[110] = { 1,   0,              SEN(iopl),                      "iopl"                  },
 [111] = { 0,   0,              SEN(vhangup),                   "vhangup"               },
 [112] = { 0,   0,              SEN(idle),                      "idle"                  },
 [113] = { 5,   0,              SEN(vm86),                      "vm86"                  },
index 685ee232a6ad4d13b1dd40cebaab2606db877df4..1b9571b3bfd526a8c7ae1ba834235d76c9046656 100644 (file)
 [107] = { 2,   TF,             SEN(lstat),                     "lstat"                 },
 [108] = { 2,   TD,             SEN(fstat),                     "fstat"                 },
 [109] = { 1,   0,              SEN(olduname),                  "olduname"              },
-[110] = { 5,   0,              SEN(printargs),                 "iopl"                  },
+[110] = { 1,   0,              SEN(iopl),                      "iopl"                  },
 [111] = { 0,   0,              SEN(vhangup),                   "vhangup"               },
 [112] = { 0,   0,              SEN(idle),                      "idle"                  },
 [113] = { 5,   0,              SEN(vm86),                      "vm86"                  },