sim: syscall: hoist argc/argn/argnlen to common code
authorMike Frysinger <vapier@gentoo.org>
Tue, 16 Nov 2021 06:26:47 +0000 (01:26 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 16 Nov 2021 07:13:42 +0000 (02:13 -0500)
commit85588c9ab947a4edfeedc7c14bd202d15ccfbbff
tree87aaa3c6e70ba77ea654eacc5dc85e924060749f
parentfab6939b01da06e1b5f423a8c7f72160b0a1e35d
sim: syscall: hoist argc/argn/argnlen to common code

Now that the callback framework supports argv & envp, we can move
the Blackfin implementation of these syscalls to the common code.
sim/bfin/interp.c
sim/common/syscall.c