Skip to content

Commit 895a458

Browse files
authored
fix aarch64 clone args read
1 parent 712bfe6 commit 895a458

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

user/config/config_syscall_aarch64.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,12 +2130,13 @@
21302130
"nr": 220,
21312131
"name": "clone",
21322132
"params":[
2133-
{"name": "fn", "type": "ptr"},
2134-
{"name": "stack", "type": "ptr"},
21352133
{"name": "flags", "type": "int"},
2136-
{"name": "arg0", "type": "int"},
2137-
{"name": "arg1", "type": "int"},
2138-
{"name": "arg2", "type": "int"},
2134+
{"name": "stack", "type": "ptr"},
2135+
{"name": "parent_tidptr", "type": "ptr"},
2136+
{"name": "new_tls", "type": "ptr"},
2137+
{"name": "child_tidptr", "type": "ptr"},
2138+
{"name": "fn", "type": "ptr"},
2139+
{"name": "arg", "type": "ptr"},
21392140
{"name": "ret", "type": "int"}
21402141
]
21412142
},
@@ -3044,4 +3045,4 @@
30443045
]
30453046
}
30463047
]
3047-
}
3048+
}

0 commit comments

Comments
 (0)