]> granicus.if.org Git - strace/blobdiff - mpers.awk
tests: check decoding of accept4 syscall
[strace] / mpers.awk
index 99248c57038625babd90e8247bc4686254dd426d..809acf8894bdd5d66f6a8326f447c15af2ece046 100644 (file)
--- a/mpers.awk
+++ b/mpers.awk
@@ -90,7 +90,6 @@ function what_is(what_idx, type_idx, special, item, \
                returned_size = array_get(what_idx, "byte_size")
                break
        case "enumeration_type":
-               type_idx = array_get(what_idx, "type")
                returned_size = array_get(what_idx, "byte_size")
                printf("uint%s_t ", 8 * returned_size)
                break