target/ppc: powerpc_excp: Remove dump_syscall_vectored
commit0c87018c7c171a8fe0ed44b9aa931b364eec85f7
authorFabiano Rosas <farosas@linux.ibm.com>
Tue, 1 Jun 2021 21:46:46 +0000 (1 18:46 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (3 18:10 +1000)
tree861b9921102cc2fdc080a5db9dd50124a506e415
parentbbc443cf65e3bf580df9dd8d2cd3f27154309add
target/ppc: powerpc_excp: Remove dump_syscall_vectored

This function is identical to dump_syscall, so use the latter for
system call vectored as well.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Message-Id: <20210601214649.785647-3-farosas@linux.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/excp_helper.c