summaryrefslogtreecommitdiffstats
path: root/test/access-detect_guest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/access-detect_guest.c')
-rw-r--r--test/access-detect_guest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/access-detect_guest.c b/test/access-detect_guest.c
index 9fdf4ce..a54e753 100644
--- a/test/access-detect_guest.c
+++ b/test/access-detect_guest.c
@@ -19,8 +19,8 @@ main(int argc, const char **argv)
while (1) {
printf("LOOP\n");
- CPC_DO_VMMCALL(CPC_CPUID_START_TRACK, 0);
+ CPC_DO_VMMCALL(CPC_GUEST_START_TRACK, 0);
*(uint8_t *)(buf + L1_LINESIZE * 15) = 1;
- CPC_DO_VMMCALL(CPC_CPUID_STOP_TRACK, 0);
+ CPC_DO_VMMCALL(CPC_GUEST_STOP_TRACK, 0);
}
}