From 7772e36f54534aeefe70c01e77bbc1a5f07b2508 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 9 Jan 2023 12:38:14 +0100 Subject: Stash minor fixes --- test/aes-detect_guest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/aes-detect_guest.c') diff --git a/test/aes-detect_guest.c b/test/aes-detect_guest.c index 1b21ebd..2b0f2ad 100644 --- a/test/aes-detect_guest.c +++ b/test/aes-detect_guest.c @@ -40,10 +40,8 @@ main(int argc, const char **argv) while (1) { CPC_DO_VMMCALL(CPC_GUEST_START_TRACK, 0); - buf[L1_LINESIZE * 5] += 1; - - CPC_DO_VMMCALL(CPC_GUEST_START_TRACK, 0); + CPC_DO_VMMCALL(CPC_GUEST_STOP_TRACK, 0); } return 0; -- cgit v1.2.3-71-gd317