summaryrefslogtreecommitdiffstats
path: root/test/kvm-step_guest.S
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-05 16:02:54 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-06 07:01:01 -0600
commit4dd9fe04e1399e8629ab2a98b54db6a7dcdb0076 (patch)
tree887ef659e545698927c9997b53a80beaebcbd4ce /test/kvm-step_guest.S
parent0d4f62bcc065026390dd1f19b0bb462d07dcf9ff (diff)
downloadcachepc-4dd9fe04e1399e8629ab2a98b54db6a7dcdb0076.tar.gz
cachepc-4dd9fe04e1399e8629ab2a98b54db6a7dcdb0076.zip
Fix stepping inconsistency by moving oneshot after primee
Diffstat (limited to 'test/kvm-step_guest.S')
-rw-r--r--test/kvm-step_guest.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kvm-step_guest.S b/test/kvm-step_guest.S
index dcc8ff3..4c154d5 100644
--- a/test/kvm-step_guest.S
+++ b/test/kvm-step_guest.S
@@ -7,6 +7,10 @@
.code16gcc
guest:
+.rept 100
+ nop
+.endr
+
mov $(L1_LINESIZE * (L1_SETS + 11)), %bx
movb (%bx), %bl
hlt