summaryrefslogtreecommitdiffstats
path: root/test/aes-detect_guest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/aes-detect_guest.c')
-rw-r--r--test/aes-detect_guest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aes-detect_guest.c b/test/aes-detect_guest.c
index 80a6a64..3da4044 100644
--- a/test/aes-detect_guest.c
+++ b/test/aes-detect_guest.c
@@ -39,11 +39,11 @@ main(int argc, const char **argv)
memset(buf, 0, L1_LINESIZE * L1_SETS);
while (1) {
- CPC_CPUID_SIGNAL(CPC_CPUID_START_TRACK, 0);
+ CPC_DO_VMMCALL(CPC_CPUID_START_TRACK, 0);
buf[L1_LINESIZE * 5] += 1;
- CPC_CPUID_SIGNAL(CPC_CPUID_START_TRACK, 0);
+ CPC_DO_VMMCALL(CPC_CPUID_START_TRACK, 0);
}
return 0;