From 51828c2f7bf3d8a7ed2b1ef9b08d0bf5679f98ad Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 2 Jan 2022 17:24:08 +0800 Subject: [PATCH] Temporarily turn off 'smu' and 'mmu' modes because there are bugs in them --- src/libipc/ipc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libipc/ipc.cpp b/src/libipc/ipc.cpp index 2713de3..c864a1b 100755 --- a/src/libipc/ipc.cpp +++ b/src/libipc/ipc.cpp @@ -687,8 +687,8 @@ buff_t chan_impl::try_recv(ipc::handle_t h) { } template struct chan_impl>; -template struct chan_impl>; -template struct chan_impl>; +// template struct chan_impl>; // TBD +// template struct chan_impl>; // TBD template struct chan_impl>; template struct chan_impl>;