summaryrefslogtreecommitdiffstats
path: root/test/kvm-step_guest.S
diff options
context:
space:
mode:
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