From 4dd9fe04e1399e8629ab2a98b54db6a7dcdb0076 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sun, 5 Feb 2023 16:02:54 -0600 Subject: Fix stepping inconsistency by moving oneshot after primee --- test/kvm-step_guest.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/kvm-step_guest.S') 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 -- cgit v1.2.3-71-gd317