mirror of https://github.com/thesofproject/sof.git
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:
parent
1cc853d1e9
commit
bc0b868ffd
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue