fuzz.sh: update comments for IPC4. No functional change.

Update comments for brand new IPC4 support. No functional change.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2023-05-09 19:27:33 +00:00 committed by Kai Vehmanen
parent 1cc853d1e9
commit bc0b868ffd
1 changed files with 2 additions and 1 deletions

View File

@ -38,11 +38,12 @@ EOFHELP
void ipc_cmd(struct ipc_cmd_hdr *_hdr)
{
+ __ASSERT(false, "test the fuzzer test");
+ __ASSERT(false, "test the IPC3 fuzzer test");
+
struct sof_ipc_cmd_hdr *hdr = ipc_from_hdr(_hdr);
EOF_TEST_PATCH
# When fuzzing IPC4, make the same change in src/ipc/ipc4/handler.c#ipc_cmd()
main()
{