Skip to content

Commit a8794b5

Browse files
xiaoyuxlujyao1
authored andcommittedJan 12, 2023
Coverage: Fix #494, Ensure dma is not released.
Signed-off-by: xiaoyuxlu <[email protected]>
1 parent 4a81f7a commit a8794b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎td-payload/src/bin/example/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ pub extern "C" fn main() -> ! {
7777
buffer.as_ptr() as u64,
7878
coverage_len
7979
);
80+
loop {}
8081
}
8182

8283
panic!("td-payload: all tests finished and enters dead loop");

0 commit comments

Comments
 (0)