diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-09 12:38:14 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-09 12:38:14 +0100 |
| commit | 7772e36f54534aeefe70c01e77bbc1a5f07b2508 (patch) | |
| tree | e3b43ceab4999d8f8eefbc0ef5544a2775f8528a /test/aes-detect_guest.c | |
| parent | c1cc24c1e78f9c67bda882f2ee096fb8d6578cf0 (diff) | |
| download | cachepc-7772e36f54534aeefe70c01e77bbc1a5f07b2508.tar.gz cachepc-7772e36f54534aeefe70c01e77bbc1a5f07b2508.zip | |
Stash minor fixes
Diffstat (limited to 'test/aes-detect_guest.c')
| -rw-r--r-- | test/aes-detect_guest.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |
